prow.sh: also configure feature gates for kubelet

That this hasn't been done before is an oversight. Apparently it
hasn't been a problem because there never have been feature gates that
mattered?
This commit is contained in:
Patrick Ohly
2020-02-10 11:06:31 +01:00
parent 3c34b4f21f
commit 5f74333a46

View File

@@ -568,6 +568,13 @@ kubeadmConfigPatches:
nodeRegistration:
kubeletExtraArgs:
"feature-gates": "$gates"
- |
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
metadata:
name: config
featureGates:
$(list_gates "$gates")
- |
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration