mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
cluster/gci: Minor spacing tweak
Two shall be the number thou shalt indent, and the level of the indent shall be two. Three shalt thou not indent, neither indent thou once, excepting that thou then proceed to two. Five is right out.
This commit is contained in:
parent
a1b1a1a728
commit
527932e6ad
@ -530,10 +530,10 @@ function start-kubelet {
|
||||
flags+=" --eviction-hard=${EVICTION_HARD}"
|
||||
fi
|
||||
if [[ "${ALLOCATE_NODE_CIDRS:-}" == "true" ]]; then
|
||||
flags+=" --configure-cbr0=${ALLOCATE_NODE_CIDRS}"
|
||||
flags+=" --configure-cbr0=${ALLOCATE_NODE_CIDRS}"
|
||||
fi
|
||||
if [[ -n "${FEATURE_GATES:-}" ]]; then
|
||||
flags+=" --feature-gates=${FEATURE_GATES}"
|
||||
flags+=" --feature-gates=${FEATURE_GATES}"
|
||||
fi
|
||||
|
||||
local -r kubelet_env_file="/etc/default/kubelet"
|
||||
|
Loading…
Reference in New Issue
Block a user