Commit f595eede authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #33802 from euank/the-number-of-the-spaces-shall-be-2

Automatic merge from submit-queue 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. /cc @andyzheng0831 @jlowdermilk
parents a2cd107e 527932e6
...@@ -530,10 +530,10 @@ function start-kubelet { ...@@ -530,10 +530,10 @@ function start-kubelet {
flags+=" --eviction-hard=${EVICTION_HARD}" flags+=" --eviction-hard=${EVICTION_HARD}"
fi fi
if [[ "${ALLOCATE_NODE_CIDRS:-}" == "true" ]]; then if [[ "${ALLOCATE_NODE_CIDRS:-}" == "true" ]]; then
flags+=" --configure-cbr0=${ALLOCATE_NODE_CIDRS}" flags+=" --configure-cbr0=${ALLOCATE_NODE_CIDRS}"
fi fi
if [[ -n "${FEATURE_GATES:-}" ]]; then if [[ -n "${FEATURE_GATES:-}" ]]; then
flags+=" --feature-gates=${FEATURE_GATES}" flags+=" --feature-gates=${FEATURE_GATES}"
fi fi
local -r kubelet_env_file="/etc/default/kubelet" local -r kubelet_env_file="/etc/default/kubelet"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment