We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5310e4f + 9a7dcd3 commit de4d771Copy full SHA for de4d771
cluster/gce/gci/configure-helper.sh
@@ -1999,6 +1999,7 @@ function start-kube-controller-manager {
1999
params+=("--kubeconfig=${config_path}" "--authentication-kubeconfig=${config_path}" "--authorization-kubeconfig=${config_path}")
2000
params+=("--root-ca-file=${CA_CERT_BUNDLE_PATH}")
2001
params+=("--service-account-private-key-file=${SERVICEACCOUNT_KEY_PATH}")
2002
+ params+=("--volume-host-allow-local-loopback=false")
2003
if [[ -n "${ENABLE_GARBAGE_COLLECTOR:-}" ]]; then
2004
params+=("--enable-garbage-collector=${ENABLE_GARBAGE_COLLECTOR}")
2005
fi
0 commit comments