You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the currently documented steps, nvidia-device-plugin does not schedule the plugin DaemonSet to any of the cluster workers. This is because the worker nodes are missing required labels.
After installing the Helm chart, the worker(s) need to be labeled thusly:
With the currently documented steps,
nvidia-device-plugin
does not schedule the plugin DaemonSet to any of the cluster workers. This is because the worker nodes are missing required labels.After installing the Helm chart, the worker(s) need to be labeled thusly:
Only afterwards does
kubectl --context=kind-${KIND_CLUSTER_NAME} get pod -n nvidia
show any Pods.The text was updated successfully, but these errors were encountered: