We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying out your kube scheduler extension tutorial at https://developer.ibm.com/articles/creating-a-custom-kube-scheduler/ with minikube on local linux machine.
Made some modifications to the config.yaml file to make do with latest KubeSchedulerConfiguration format. (phase out of policy.json support)
scheduler=extender-config.yaml :
apiVersion: kubescheduler.config.k8s.io/v1 kind: KubeSchedulerConfiguration clientConnection: kubeconfig: "etc/srv/kubernetes/kube-scheduler/kubeconfig" extenders: [{ urlPrefix: "http://localhost:8888/", filterVerb: "filter", prioritizeVerb: "prioritize", weight: 1, enableHTTPS: false }]
When I tried running kube-scheduler --config scheduler=extender-config.yaml , I received kube-scheduler : command not found error.
Then I installed kube-scheduler with sudo snap.
But then, still receiving the follwing error message with kube-scheduler --config scheduler=extender-config.yaml command.
Searched in the web for the error. But couldn't find the solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying out your kube scheduler extension tutorial at https://developer.ibm.com/articles/creating-a-custom-kube-scheduler/
with minikube on local linux machine.
Made some modifications to the config.yaml file to make do with latest KubeSchedulerConfiguration format. (phase out of policy.json support)
scheduler=extender-config.yaml :
When I tried running kube-scheduler --config scheduler=extender-config.yaml ,
I received kube-scheduler : command not found error.
Then I installed kube-scheduler with sudo snap.
But then, still receiving the follwing error message with kube-scheduler --config scheduler=extender-config.yaml command.
Searched in the web for the error. But couldn't find the solution.
The text was updated successfully, but these errors were encountered: