Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions assets/state-vfio-manager/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ spec:
command: ["/bin/sh", "-c"]
args:
- vfio-manage bind --all && while true; do sleep 86400; done
env:
- name: HOST_ROOT
value: "/host"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
image: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:c549346eb993fda62e9bf665aabaacc88abc06b0b24e69635427d4d71c2d5ed4
# TODO: update to a k8s-driver-manager image from nvcr.io once the next version is published
- name: vfio-manager-image
image: ghcr.io/nvidia/k8s-driver-manager:0d30fa9c
image: ghcr.io/nvidia/k8s-driver-manager:69eec274
- name: sandbox-device-plugin-image
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:119de9a331a47203858b99901f44d0c4a8052961b4e60327f4b100d0ab8c9df0
- name: vgpu-device-manager-image
Expand Down Expand Up @@ -943,7 +943,7 @@ spec:
value: "nvcr.io/nvidia/cuda@sha256:d19fe621624c4eb6ac931b8558daa3ecc0c3f07f1e2a52e0267e083d22dceade"
# TODO: update to a k8s-driver-manager image from nvcr.io once the next version is published
- name: "VFIO_MANAGER_IMAGE"
value: "ghcr.io/nvidia/k8s-driver-manager:0d30fa9c"
value: "ghcr.io/nvidia/k8s-driver-manager:69eec274"
- name: "SANDBOX_DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:119de9a331a47203858b99901f44d0c4a8052961b4e60327f4b100d0ab8c9df0"
- name: "VGPU_DEVICE_MANAGER_IMAGE"
Expand Down
2 changes: 1 addition & 1 deletion deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ vfioManager:
# TODO: update to a k8s-driver-manager image from nvcr.io once the next version is published
repository: ghcr.io/nvidia
image: k8s-driver-manager
version: 0d30fa9c
version: 69eec274
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
Expand Down