We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c34b4f commit 5f74333Copy full SHA for 5f74333
1 file changed
prow.sh
@@ -568,6 +568,13 @@ kubeadmConfigPatches:
568
nodeRegistration:
569
kubeletExtraArgs:
570
"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")
578
- |
579
apiVersion: kubeproxy.config.k8s.io/v1alpha1
580
kind: KubeProxyConfiguration
0 commit comments