diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index b81febddb21..5e4a4911247 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -233,6 +233,7 @@ ENABLE_LEGACY_ABAC="${ENABLE_LEGACY_ABAC:-true}" # true, false # Kernel panic upon soft lockup issue SOFTLOCKUP_PANIC="${SOFTLOCKUP_PANIC:-false}" # true, false -# Indicates if the values (eg. kube password) in metadata should be treated as -# canonical, and therefore disk copies ought to be recreated/clobbered. +# Indicates if the values (i.e. KUBE_USER and KUBE_PASSWORD for basic +# authentication) in metadata should be treated as canonical, and therefore disk +# copies ought to be recreated/clobbered. METADATA_CLOBBERS_CONFIG=${METADATA_CLOBBERS_CONFIG:-false} diff --git a/cluster/gke/config-default.sh b/cluster/gke/config-default.sh index da42d53575f..bd7459325b1 100644 --- a/cluster/gke/config-default.sh +++ b/cluster/gke/config-default.sh @@ -43,6 +43,7 @@ ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-standalone}" KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-false} -# Indicates if the values (eg. kube password) in metadata should be treated as -# canonical, and therefore disk copies ought to be recreated/clobbered. +# Indicates if the values (i.e. KUBE_USER and KUBE_PASSWORD for basic +# authentication) in metadata should be treated as canonical, and therefore disk +# copies ought to be recreated/clobbered. METADATA_CLOBBERS_CONFIG=true