Skip to content
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

Always add 'config' emptyDir volume to MPS daemonset #1076

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

cdesiniotis
Copy link
Contributor

@cdesiniotis cdesiniotis commented Oct 28, 2024

This was missed in #1070

The following error is resolved with this PR:

$ kubectl logs -n gpu-operator nvidia-device-plugin-mps-control-daemon-j57tn -c config-manager-init
W1028 20:45:36.571294     120 client_config.go:659] Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
I1028 20:45:36.571587     120 main.go:246] Waiting for change to 'nvidia.com/device-plugin.config' label
I1028 20:45:36.591680     120 main.go:248] Label change detected: nvidia.com/device-plugin.config=
I1028 20:45:36.591906     120 main.go:360] No value set. Selecting default name: mps
I1028 20:45:36.591922     120 main.go:304] Updating to config: mps
E1028 20:45:36.592027     120 main.go:208] error creating symlink: symlink /available-configs/mps /config/config.yaml: no such file or directory

@cdesiniotis cdesiniotis merged commit 521b09d into main Oct 28, 2024
9 checks passed
@tariq1890 tariq1890 deleted the missing-config-mount branch October 28, 2024 21:29
ArangoGutierrez pushed a commit that referenced this pull request Oct 29, 2024
Always add 'config' emptyDir volume to MPS daemonset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants