feat(helm): update chart nvidia-device-plugin ( 0.17.0 ➔ 0.18.0 )#3816
Merged
binaryn3xus merged 1 commit intomainfrom Jan 1, 2026
Merged
feat(helm): update chart nvidia-device-plugin ( 0.17.0 ➔ 0.18.0 )#3816binaryn3xus merged 1 commit intomainfrom
binaryn3xus merged 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/apps/kube-system/nvidia-device-plugin/app Kustomization: kube-system/nvidia-device-plugin HelmRelease: kube-system/nvidia-device-plugin
+++ kubernetes/apps/kube-system/nvidia-device-plugin/app Kustomization: kube-system/nvidia-device-plugin HelmRelease: kube-system/nvidia-device-plugin
@@ -15,13 +15,13 @@
spec:
chart: nvidia-device-plugin
sourceRef:
kind: HelmRepository
name: nvidia-device-plugin
namespace: kube-system
- version: 0.17.0
+ version: 0.18.0
install:
crds: CreateReplace
remediation:
retries: 3
strategy:
name: RetryOnFailure |
Contributor
Author
--- HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin
+++ HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin
@@ -41,24 +41,25 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
volumeMounts:
- - name: device-plugin
+ - name: kubelet-device-plugins-dir
mountPath: /var/lib/kubelet/device-plugins
- name: mps-shm
mountPath: /dev/shm
- name: mps-root
mountPath: /mps
- name: cdi-root
mountPath: /var/run/cdi
volumes:
- - name: device-plugin
+ - name: kubelet-device-plugins-dir
hostPath:
path: /var/lib/kubelet/device-plugins
+ type: Directory
- name: mps-root
hostPath:
path: /run/nvidia/mps
type: DirectoryOrCreate
- name: mps-shm
hostPath:
--- HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin-mps-control-daemon
+++ HelmRelease: kube-system/nvidia-device-plugin DaemonSet: kube-system/nvidia-device-plugin-mps-control-daemon
@@ -22,12 +22,13 @@
app.kubernetes.io/instance: nvidia-device-plugin
annotations: {}
spec:
priorityClassName: system-node-critical
runtimeClassName: nvidia
securityContext: {}
+ hostPID: true
initContainers:
- image: nvcr.io/nvidia/k8s-device-plugin:v0.18.1
name: mps-control-daemon-mounts
command:
- mps-control-daemon
- mount-shm |
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
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.
This PR contains the following updates:
0.17.0→0.18.0Release Notes
NVIDIA/k8s-device-plugin (nvidia-device-plugin)
v0.18.0Compare Source
v0.17.4Compare Source
What's Changed
Full Changelog: NVIDIA/k8s-device-plugin@v0.17.3...v0.17.4
v0.17.3Compare Source
What's Changed
Full Changelog: NVIDIA/k8s-device-plugin@v0.17.2...v0.17.3
v0.17.2Compare Source
What's Changed
Full Changelog: NVIDIA/k8s-device-plugin@v0.17.1...v0.17.2
v0.17.1Compare Source
enable-cuda-compathooksada-lovelacearchitecture label for compute capability 8.9Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.