Skip to content
New issue

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

how can I configure kube-scheduler in minikube? #3993

Closed
joey-wang97 opened this issue Mar 27, 2019 · 2 comments
Closed

how can I configure kube-scheduler in minikube? #3993

joey-wang97 opened this issue Mar 27, 2019 · 2 comments
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

Comments

@joey-wang97
Copy link

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 much

@tstromberg tstromberg added priority/backlog Higher priority than priority/awaiting-more-evidence. kind/support Categorizes issue or PR as a support question. 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. labels Apr 4, 2019
@balopat
Copy link
Contributor

balopat commented Apr 4, 2019

Hi - I don't think it is easy to replace in minikube the kube-scheduler definition.
However for GPU enablement did you check out https://github.com/kubernetes/minikube/blob/master/docs/gpu.md?

@tstromberg tstromberg added the r/2019q2 Issue was last reviewed 2019q2 label May 23, 2019
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

5 participants