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.
pull/6/head
Kubernetes Submit Queue 2016-08-22 23:38:41 -07:00 committed by GitHub
commit f696fd4b5c
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ function start-kubelet {
flags+=" --configure-cbr0=${ALLOCATE_NODE_CIDRS}"
fi
if [[ -n "${FEATURE_GATES:-}" ]]; then
flags+=" --feature-gates=${feature_gates}"
flags+=" --feature-gates=${FEATURE_GATES}"
fi
echo "KUBELET_OPTS=\"${flags}\"" > /etc/default/kubelet