Skip to content

Commit

Permalink
Bind mount /etc/origin/kubelet-plugins for flex volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied authored and openshift-cherrypick-robot committed Jun 29, 2018
1 parent 9453255 commit d7837f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/node/system-container/config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,16 @@
"ro"
]
},
{
"type": "bind",
"source": "/etc/origin/kubelet-plugins",
"destination": "/etc/origin/kubelet-plugins",
"options": [
"rbind",
"rslave",
"ro"
]
},
{
"type": "bind",
"source": "$ORIGIN_CONFIG_DIR/node",
Expand Down

0 comments on commit d7837f3

Please sign in to comment.