diff --git a/images/node/system-container/config.json.template b/images/node/system-container/config.json.template index f4604186231c..2e1640d1ce03 100644 --- a/images/node/system-container/config.json.template +++ b/images/node/system-container/config.json.template @@ -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",