Skip to content

Commit

Permalink
Merge pull request #20351 from karmab/deviceplugin_mount
Browse files Browse the repository at this point in the history
Expose device-plugins directory in origin container
  • Loading branch information
openshift-merge-robot authored Aug 17, 2018
2 parents 4b8fef9 + 10560a8 commit 4581379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/oc/clusterup/coreinstall/kubelet/run_kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type KubeletRunConfig struct {
func NewKubeletRunConfig() *KubeletRunConfig {
return &KubeletRunConfig{
ContainerBinds: []string{
"/var/lib/kubelet/device-plugins:/var/lib/kubelet/device-plugins:rw",
"/var/log:/var/log:rw",
"/var/run:/var/run:rw",
"/sys:/sys:rw",
Expand Down

0 comments on commit 4581379

Please sign in to comment.