how can I configure kube-scheduler in minikube? #3993
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/documentation
Categorizes issue or PR as related to documentation.
kind/support
Categorizes issue or PR as a support question.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
r/2019q2
Issue was last reviewed 2019q2
I want configure a special kube-scheduler in minikube.
I'm following this article in minikube (https://github.com/AliyunContainerService/gpushare-scheduler-extender/blob/master/docs/install.md#2-modify-scheduler-configuration)
In step2 modify-scheduler-configuration, I must specify a kube-scheduler with a yaml, how can I do this?
First, I try to execute the command
kubectl create -f kube-scheduler.yaml
, but the pod startup failure.Then ,I read the following link
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/#options,
and this link https://github.com/kubernetes/minikube/blob/master/docs/configuring_kubernetes.md,
So I try to execute the command
minikube start --extra-config=scheduler.config=kube-scheduler.yaml
, But the pod/kube-scheduler-minikube status is CrashLoopBackOff,I don't think I used the
--extra-config
command properly, please give me some help. thanks very muchThe text was updated successfully, but these errors were encountered: