File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -43,20 +43,24 @@ spec:
4343 name : ' {{ ds.meta_data.local_hostname.split(".")[0] }}'
4444 kubeletExtraArgs :
4545 cloud-provider : gce
46+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
4647 clusterConfiguration :
4748 apiServer :
4849 timeoutForControlPlane : 20m
4950 extraArgs :
5051 cloud-provider : gce
52+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
5153 controllerManager :
5254 extraArgs :
5355 cloud-provider : gce
56+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
5457 allocate-node-cidrs : " false"
5558 joinConfiguration :
5659 nodeRegistration :
5760 name : ' {{ ds.meta_data.local_hostname.split(".")[0] }}'
5861 kubeletExtraArgs :
5962 cloud-provider : gce
63+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
6064 version : " ${KUBERNETES_VERSION}"
6165---
6266kind : GCPMachineTemplate
@@ -114,3 +118,4 @@ spec:
114118 name : ' {{ ds.meta_data.local_hostname.split(".")[0] }}'
115119 kubeletExtraArgs :
116120 cloud-provider : gce
121+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
You can’t perform that action at this time.
0 commit comments