Skip to content

Commit 4581379

Browse files
Merge pull request #20351 from karmab/deviceplugin_mount
Expose device-plugins directory in origin container
2 parents 4b8fef9 + 10560a8 commit 4581379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/oc/clusterup/coreinstall/kubelet/run_kubelet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type KubeletRunConfig struct {
2929
func NewKubeletRunConfig() *KubeletRunConfig {
3030
return &KubeletRunConfig{
3131
ContainerBinds: []string{
32+
"/var/lib/kubelet/device-plugins:/var/lib/kubelet/device-plugins:rw",
3233
"/var/log:/var/log:rw",
3334
"/var/run:/var/run:rw",
3435
"/sys:/sys:rw",

0 commit comments

Comments
 (0)