Skip to content
Open
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
6 changes: 6 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,7 @@ spec:
- name: vfio
hostPath:
path: /dev/vfio
- name: cdi-root
hostPath:
path: /var/run/cdi
type: DirectoryOrCreate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: let's add the newline back