-
Notifications
You must be signed in to change notification settings - Fork 43
nvidia: Update addon helm charts to the latest versions #342
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the default version of the GPU operator to "v25.3.0". Updates the default version of the network operator to "25.1.0". Clean up installed CRDs by the Helm charts when disabling addon.
Enable the addon:
Pods:
Disabling addon:
|
berkayoz
approved these changes
Apr 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
List all:
ubuntu@ip-172-31-52-18:~$ sudo microk8s kubectl get all -n gpu-operator-resources -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
pod/gpu-feature-discovery-pl2t9 1/1 Running 0 20m 10.1.165.12 ip-172-31-52-18 <none> <none>
pod/gpu-operator-666bbffcd-wfnxn 1/1 Running 0 21m 10.1.165.4 ip-172-31-52-18 <none> <none>
pod/gpu-operator-node-feature-discovery-gc-7c7f68d5f4-kj9cm 1/1 Running 0 21m 10.1.165.5 ip-172-31-52-18 <none> <none>
pod/gpu-operator-node-feature-discovery-master-57dc4d868-2vlfg 1/1 Running 0 21m 10.1.165.6 ip-172-31-52-18 <none> <none>
pod/gpu-operator-node-feature-discovery-worker-8h8bl 1/1 Running 0 21m 10.1.165.3 ip-172-31-52-18 <none> <none>
pod/nvidia-container-toolkit-daemonset-ghcx2 1/1 Running 0 20m 10.1.165.9 ip-172-31-52-18 <none> <none>
pod/nvidia-cuda-validator-hsh9g 0/1 Completed 0 16m 10.1.165.14 ip-172-31-52-18 <none> <none>
pod/nvidia-dcgm-exporter-5lsgk 1/1 Running 0 20m 10.1.165.10 ip-172-31-52-18 <none> <none>
pod/nvidia-device-plugin-daemonset-ppbxt 1/1 Running 0 20m 10.1.165.13 ip-172-31-52-18 <none> <none>
pod/nvidia-driver-daemonset-8b2mr 1/1 Running 0 21m 10.1.165.7 ip-172-31-52-18 <none> <none>
pod/nvidia-operator-validator-5xnht 1/1 Running 0 20m 10.1.165.11 ip-172-31-52-18 <none> <none>
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
service/gpu-operator ClusterIP 10.152.183.183 <none> 8080/TCP 21m app=gpu-operator
service/nvidia-dcgm-exporter ClusterIP 10.152.183.154 <none> 9400/TCP 21m app=nvidia-dcgm-exporter
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE CONTAINERS IMAGES SELECTOR
daemonset.apps/gpu-feature-discovery 1 1 1 1 1 nvidia.com/gpu.deploy.gpu-feature-discovery=true 21m gpu-feature-discovery nvcr.io/nvidia/k8s-device-plugin:v0.17.1 app=gpu-feature-discovery,app.kubernetes.io/part-of=nvidia-gpu
daemonset.apps/gpu-operator-node-feature-discovery-worker 1 1 1 1 1 <none> 21m worker registry.k8s.io/nfd/node-feature-discovery:v0.17.2 app.kubernetes.io/instance=gpu-operator,app.kubernetes.io/name=node-feature-discovery,role=worker
daemonset.apps/nvidia-container-toolkit-daemonset 1 1 1 1 1 nvidia.com/gpu.deploy.container-toolkit=true 21m nvidia-container-toolkit-ctr nvcr.io/nvidia/k8s/container-toolkit:v1.17.5-ubuntu20.04 app=nvidia-container-toolkit-daemonset
daemonset.apps/nvidia-dcgm-exporter 1 1 1 1 1 nvidia.com/gpu.deploy.dcgm-exporter=true 21m nvidia-dcgm-exporter nvcr.io/nvidia/k8s/dcgm-exporter:4.1.1-4.0.4-ubuntu22.04 app=nvidia-dcgm-exporter
daemonset.apps/nvidia-device-plugin-daemonset 1 1 1 1 1 nvidia.com/gpu.deploy.device-plugin=true 21m nvidia-device-plugin nvcr.io/nvidia/k8s-device-plugin:v0.17.1 app=nvidia-device-plugin-daemonset
daemonset.apps/nvidia-device-plugin-mps-control-daemon 0 0 0 0 0 nvidia.com/gpu.deploy.device-plugin=true,nvidia.com/mps.capable=true 21m mps-control-daemon-ctr nvcr.io/nvidia/k8s-device-plugin:v0.17.1 app=nvidia-device-plugin-mps-control-daemon
daemonset.apps/nvidia-driver-daemonset 1 1 1 1 1 nvidia.com/gpu.deploy.driver=true 21m nvidia-driver-ctr nvcr.io/nvidia/driver:570.124.06-ubuntu24.04 app=nvidia-driver-daemonset
daemonset.apps/nvidia-mig-manager 0 0 0 0 0 nvidia.com/gpu.deploy.mig-manager=true 21m nvidia-mig-manager nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.12.1-ubuntu20.04 app=nvidia-mig-manager
daemonset.apps/nvidia-operator-validator 1 1 1 1 1 nvidia.com/gpu.deploy.operator-validator=true 21m nvidia-operator-validator nvcr.io/nvidia/cloud-native/gpu-operator-validator:v25.3.0 app=nvidia-operator-validator,app.kubernetes.io/part-of=gpu-operator
NAME READY UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR
deployment.apps/gpu-operator 1/1 1 1 21m gpu-operator nvcr.io/nvidia/gpu-operator:v25.3.0 app=gpu-operator,app.kubernetes.io/component=gpu-operator
deployment.apps/gpu-operator-node-feature-discovery-gc 1/1 1 1 21m gc registry.k8s.io/nfd/node-feature-discovery:v0.17.2 app.kubernetes.io/instance=gpu-operator,app.kubernetes.io/name=node-feature-discovery,role=gc
deployment.apps/gpu-operator-node-feature-discovery-master 1/1 1 1 21m master registry.k8s.io/nfd/node-feature-discovery:v0.17.2 app.kubernetes.io/instance=gpu-operator,app.kubernetes.io/name=node-feature-discovery,role=master
NAME DESIRED CURRENT READY AGE CONTAINERS IMAGES SELECTOR
replicaset.apps/gpu-operator-666bbffcd 1 1 1 21m gpu-operator nvcr.io/nvidia/gpu-operator:v25.3.0 app=gpu-operator,app.kubernetes.io/component=gpu-operator,pod-template-hash=666bbffcd
replicaset.apps/gpu-operator-node-feature-discovery-gc-7c7f68d5f4 1 1 1 21m gc registry.k8s.io/nfd/node-feature-discovery:v0.17.2 app.kubernetes.io/instance=gpu-operator,app.kubernetes.io/name=node-feature-discovery,pod-template-hash=7c7f68d5f4,role=gc
replicaset.apps/gpu-operator-node-feature-discovery-master-57dc4d868 1 1 1 21m master registry.k8s.io/nfd/node-feature-discovery:v0.17.2 app.kubernetes.io/instance=gpu-operator,app.kubernetes.io/name=node-feature-discovery,pod-template-hash=57dc4d868,role=master
Cuda Add:
ubuntu@ip-172-31-52-18:~$ sudo microk8s kubectl logs pod/cuda-vector-add
[Vector addition of 50000 elements]
Copy input data from the host memory to the CUDA device
CUDA kernel launch with 196 blocks of 256 threads
Copy output data from the CUDA device to the host memory
Test PASSED
Done
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the default version of the GPU operator to "v25.3.0". Updates the default version of the network operator to "25.1.0".
Clean up installed CRDs by the Helm charts when disabling addon.
Also verify you have: