Skip to content

Commit f71a2e8

Browse files
authored
Merge pull request #20153 from openshift-cherrypick-robot/cherry-pick-20095-to-release-3.10
[release-3.10] Bind mount /etc/origin/kubelet-plugins for flex volumes
2 parents 9453255 + d7837f3 commit f71a2e8

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)