mirror of https://github.com/k3s-io/k3s
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
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