Skip to content

Commit d7837f3

Browse files
gnufiedopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
Bind mount /etc/origin/kubelet-plugins for flex volumes
1 parent 9453255 commit d7837f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

images/node/system-container/config.json.template

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,16 @@
454454
"ro"
455455
]
456456
},
457+
{
458+
"type": "bind",
459+
"source": "/etc/origin/kubelet-plugins",
460+
"destination": "/etc/origin/kubelet-plugins",
461+
"options": [
462+
"rbind",
463+
"rslave",
464+
"ro"
465+
]
466+
},
457467
{
458468
"type": "bind",
459469
"source": "$ORIGIN_CONFIG_DIR/node",

0 commit comments

Comments
 (0)