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
I'm facing an issue with the NVIDIA device plugin configuration. Here's what I've done so far:
Created the file nvidia-device-plugin-config.yaml with the following content:
sudo kubectl logs nvdp-nvidia-device-plugin-gczhh -n nvidia-device-plugin
Defaulted container "nvidia-device-plugin-sidecar" out of: nvidia-device-plugin-sidecar, nvidia-device-plugin-ctr, nvidia-device-plugin-init (init)
W1214 14:37:57.117384 24 client_config.go:659] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
I1214 14:37:57.118565 24 main.go:246] Waiting for change to 'nvidia.com/device-plugin.config' label
I1214 14:37:57.122807 24 main.go:248] Label change detected: nvidia.com/device-plugin.config=
I1214 14:37:57.122936 24 main.go:368] No value set and no default set. Attempting fallback strategies: [named single]
I1214 14:37:57.122951 24 main.go:372] Attempting to find config named: default
I1214 14:37:57.122957 24 main.go:376] No configuration named 'default' was found
I1214 14:37:57.122963 24 main.go:378] Attempting to see if only a single config is available...
I1214 14:37:57.122989 24 main.go:304] Updating to config: config
I1214 14:37:57.123095 24 main.go:312] Already configured. Skipping update...
I1214 14:37:57.123100 24 main.go:246] Waiting for change to 'nvidia.com/device-plugin.config' label
Any help or suggestions would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I'm facing an issue with the NVIDIA device plugin configuration. Here's what I've done so far:
Created the file nvidia-device-plugin-config.yaml with the following content:
Executed the following command:
Checked the pods with:
Checked the logs of the pod in error with:
Any help or suggestions would be greatly appreciated!
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions