mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
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.
This commit is contained in:
commit
f696fd4b5c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user