mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Make comments in config-default scripts more explicit
This commit is contained in:
parent
2acf60e44d
commit
7f599dc52f
@ -233,6 +233,7 @@ ENABLE_LEGACY_ABAC="${ENABLE_LEGACY_ABAC:-true}" # true, false
|
|||||||
# Kernel panic upon soft lockup issue
|
# Kernel panic upon soft lockup issue
|
||||||
SOFTLOCKUP_PANIC="${SOFTLOCKUP_PANIC:-false}" # true, false
|
SOFTLOCKUP_PANIC="${SOFTLOCKUP_PANIC:-false}" # true, false
|
||||||
|
|
||||||
# Indicates if the values (eg. kube password) in metadata should be treated as
|
# Indicates if the values (i.e. KUBE_USER and KUBE_PASSWORD for basic
|
||||||
# canonical, and therefore disk copies ought to be recreated/clobbered.
|
# authentication) in metadata should be treated as canonical, and therefore disk
|
||||||
|
# copies ought to be recreated/clobbered.
|
||||||
METADATA_CLOBBERS_CONFIG=${METADATA_CLOBBERS_CONFIG:-false}
|
METADATA_CLOBBERS_CONFIG=${METADATA_CLOBBERS_CONFIG:-false}
|
||||||
|
@ -43,6 +43,7 @@ ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-standalone}"
|
|||||||
|
|
||||||
KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-false}
|
KUBE_DELETE_NETWORK=${KUBE_DELETE_NETWORK:-false}
|
||||||
|
|
||||||
# Indicates if the values (eg. kube password) in metadata should be treated as
|
# Indicates if the values (i.e. KUBE_USER and KUBE_PASSWORD for basic
|
||||||
# canonical, and therefore disk copies ought to be recreated/clobbered.
|
# authentication) in metadata should be treated as canonical, and therefore disk
|
||||||
|
# copies ought to be recreated/clobbered.
|
||||||
METADATA_CLOBBERS_CONFIG=true
|
METADATA_CLOBBERS_CONFIG=true
|
||||||
|
Loading…
Reference in New Issue
Block a user