-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Where should we set Environment="KUBELET_EXTRA_ARGS=--feature-gates=DevicePlugins=true" in minikube #2605
Comments
The following works for me:
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fabiand didn't work for me.. |
@aclowkey what minikube and k8s versions are you using? |
@fabiand I solved this by adding --default-runtime=nvidia to the docker service conf. |
Hello, |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Only Question
Please provide the following details:
Environment:
Minikube version (use
minikube version
):0.24.1cat ~/.minikube/machines/minikube/config.json | grep DriverName
):--VM-driver=nonecat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):Kubernetes version=1.8 ,Nvidia-docker V2
What happened:
I used minikube and nvidia-docker V1, I could create GPU pod.
Now I tried to create GPU pod by minikube and nvidia-docker2.
But we set "Environment="KUBELET_EXTRA_ARGS=--feature-gates=DevicePlugins=true",when we use nvidia-docker2.
If we use kubeadm, we set it at /etc/systemd/system/kubelet.service.d/10-kubeadm.conf.
But I think that minikube does not use kubeadm.
Hence I want to known where I have to set "Environment="KUBELET_EXTRA_ARGS=--feature-gates=DevicePlugins=true"?
I'd really appreciate it if you will give me any advices soon.
The text was updated successfully, but these errors were encountered: