Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#70 from pohly/kubelet-feature-gates
Browse files Browse the repository at this point in the history
prow.sh: also configure feature gates for kubelet
  • Loading branch information
k8s-ci-robot committed Feb 10, 2020
2 parents 3c34b4f + 5f74333 commit a1432bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prow.sh
Expand Up @@ -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
Expand Down

0 comments on commit a1432bc

Please sign in to comment.