-
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
Error when restarting minikube (v1.32.0-beta0) and using gpu #17405
Comments
Hi here Whn switching to 'driver=docker' after stopping getting the same error - found the following bug in Debian distro
More information here: How to fix: Adding so i guess the fix will be here to run the new build with the following flag included
|
Thanks for the fix suggestion @doker78, I'm going to try this out later today and update the command if it resolves it for me as well. |
Hi @doker78 , I use Redhat 7.5 and my server is in an air-gap network, I tried your solution: /bin/bash -c "cat gpgkey" | sudo gpg --no-tty --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg But still, get the failed result: $ minikube start --driver docker --container-runtime docker --gpus all --cpus=8 --memory=8G ❌ Exiting due to RUNTIME_ENABLE: Failed to enable container runtime: failed installing the NVIDIA Container Toolkit: /bin/bash -c "curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg": Process exited with status 2 stderr: do you have any other solution? Operating System Driver NVIDIA-SMI CUDA Version |
This worked with build #17488 . |
What Happened?
When I try to stop and then start minikube
v1.32.0-beta0
it gives me an error:In the last step, it happens the same if I just run minikube start or if I use the rest of parameters that you can find above.
To make it work I need to delete it and then start it again.
There is not problems if I don't use the
--gpu
parameter.This comes from #17380
Attach the log file
--
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: