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

Merge pull request #31177 from jlowdermilk/fix-feature-gates

Automatic merge from submit-queue fix feature_gate env plumbing Fix gci configure-helper.sh plumbing.
parents 5866476a 5def8f67
...@@ -504,7 +504,7 @@ function start-kubelet { ...@@ -504,7 +504,7 @@ function start-kubelet {
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
echo "KUBELET_OPTS=\"${flags}\"" > /etc/default/kubelet echo "KUBELET_OPTS=\"${flags}\"" > /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