Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.
Reverting nvidia-gpu-device-plugin to nvidia-device-plugin.pull/19545/head
parent
1a0ef3c88f
commit
a98eefef98
|
@ -70,9 +70,8 @@ to expose GPUs with `--driver=kvm`. Please don't mix these instructions.
|
|||
|
||||
- Install NVIDIA's device plugin:
|
||||
```shell
|
||||
minikube addons enable nvidia-gpu-device-plugin
|
||||
minikube addons enable nvidia-device-plugin
|
||||
```
|
||||
NOTE: `nvidia-device-plugin` addon has been deprecated and it's functionality is merged inside of `nvidia-gpu-device-plugin` addon.
|
||||
{{% /tab %}}
|
||||
{{% tab kvm %}}
|
||||
## Using the kvm driver
|
||||
|
@ -114,9 +113,10 @@ host to the minikube VM. Doing so has a few prerequisites:
|
|||
|
||||
If this succeeded, run the following commands:
|
||||
```shell
|
||||
minikube addons enable nvidia-gpu-device-plugin
|
||||
minikube addons enable nvidia-device-plugin
|
||||
minikube addons enable nvidia-driver-installer
|
||||
```
|
||||
NOTE: `nvidia-gpu-device-plugin` addon has been deprecated and it's functionality is merged inside of `nvidia-device-plugin` addon.
|
||||
|
||||
This will install the NVIDIA driver (that works for GeForce/Quadro cards)
|
||||
on the VM.
|
||||
|
|
Loading…
Reference in New Issue