We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b8fef9 + 10560a8 commit 4581379Copy full SHA for 4581379
pkg/oc/clusterup/coreinstall/kubelet/run_kubelet.go
@@ -29,6 +29,7 @@ type KubeletRunConfig struct {
29
func NewKubeletRunConfig() *KubeletRunConfig {
30
return &KubeletRunConfig{
31
ContainerBinds: []string{
32
+ "/var/lib/kubelet/device-plugins:/var/lib/kubelet/device-plugins:rw",
33
"/var/log:/var/log:rw",
34
"/var/run:/var/run:rw",
35
"/sys:/sys:rw",
0 commit comments