Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit a1432bc

Browse files
authored
Merge pull request #70 from pohly/kubelet-feature-gates
prow.sh: also configure feature gates for kubelet
2 parents 3c34b4f + 5f74333 commit a1432bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: prow.sh

+7
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,13 @@ kubeadmConfigPatches:
568568
nodeRegistration:
569569
kubeletExtraArgs:
570570
"feature-gates": "$gates"
571+
- |
572+
apiVersion: kubelet.config.k8s.io/v1beta1
573+
kind: KubeletConfiguration
574+
metadata:
575+
name: config
576+
featureGates:
577+
$(list_gates "$gates")
571578
- |
572579
apiVersion: kubeproxy.config.k8s.io/v1alpha1
573580
kind: KubeProxyConfiguration

0 commit comments

Comments
 (0)