Commit 5f74333a by Patrick Ohly

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?
parent 3c34b4f2
...@@ -569,6 +569,13 @@ kubeadmConfigPatches: ...@@ -569,6 +569,13 @@ kubeadmConfigPatches:
kubeletExtraArgs: kubeletExtraArgs:
"feature-gates": "$gates" "feature-gates": "$gates"
- | - |
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
metadata:
name: config
featureGates:
$(list_gates "$gates")
- |
apiVersion: kubeproxy.config.k8s.io/v1alpha1 apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration kind: KubeProxyConfiguration
metadata: metadata:
......
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