Skip to content

Commit 879085a

Browse files
committed
Fix for k3s >= 1.18
1 parent 43009d9 commit 879085a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

smarter-device-management-pod.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,16 @@ spec:
3333
mountPath: /var/lib/kubelet/device-plugins
3434
- name: dev-dir
3535
mountPath: /dev
36+
- name: sys-dir
37+
mountPath: /sys
3638
volumes:
3739
- name: device-plugin
3840
hostPath:
3941
path: /var/lib/kubelet/device-plugins
4042
- name: dev-dir
4143
hostPath:
4244
path: /dev
43-
terminationGracePeriodSeconds: 30
45+
- name: sys-dir
46+
hostPath:
47+
path: /sys
48+
terminationGracePeriodSeconds: 30

0 commit comments

Comments
 (0)