File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 52
52
mountPath : /csi
53
53
- name : device-dir
54
54
mountPath : /dev
55
- # The following mounts are required to trigger host udevadm from container
55
+ # The following mounts are required to trigger host udevadm from
56
+ # container
56
57
- name : udev-rules-etc
57
58
mountPath : /etc/udev
58
59
- name : udev-rules-lib
78
79
hostPath :
79
80
path : /dev
80
81
type : Directory
81
- # The following mounts are required to trigger host udevadm from container
82
+ # The following mounts are required to trigger host udevadm from
83
+ # container
82
84
- name : udev-rules-etc
83
85
hostPath :
84
86
path : /etc/udev
95
97
hostPath :
96
98
path : /sys
97
99
type : Directory
100
+ # https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
101
+ # See "special case". This will tolerate everything. Node component should
102
+ # be scheduled on all nodes.
103
+ tolerations :
104
+ - operator : Exists
You can’t perform that action at this time.
0 commit comments