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
2 changes: 0 additions & 2 deletions assets/state-cc-manager/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: CC_CAPABLE_DEVICE_IDS
value: "0x2322,0x2331"
# always use runc for driver containers
- name: NVIDIA_VISIBLE_DEVICES
value: void
Expand Down
7 changes: 7 additions & 0 deletions assets/state-sandbox-device-plugin/0500_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ spec:
mountPath: /var/lib/kubelet/device-plugins
- name: vfio
mountPath: /dev/vfio
- name: cdi-root
mountPath: /var/run/cdi
volumes:
- name: device-plugin
hostPath:
Expand All @@ -80,3 +82,8 @@ spec:
- name: vfio
hostPath:
path: /dev/vfio
- name: cdi-root
hostPath:
path: /var/run/cdi
type: DirectoryOrCreate