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:
43
43
name : ' {{ ds.meta_data.local_hostname.split(".")[0] }}'
44
44
kubeletExtraArgs :
45
45
cloud-provider : gce
46
+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
46
47
clusterConfiguration :
47
48
apiServer :
48
49
timeoutForControlPlane : 20m
49
50
extraArgs :
50
51
cloud-provider : gce
52
+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
51
53
controllerManager :
52
54
extraArgs :
53
55
cloud-provider : gce
56
+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
54
57
allocate-node-cidrs : " false"
55
58
joinConfiguration :
56
59
nodeRegistration :
57
60
name : ' {{ ds.meta_data.local_hostname.split(".")[0] }}'
58
61
kubeletExtraArgs :
59
62
cloud-provider : gce
63
+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
60
64
version : " ${KUBERNETES_VERSION}"
61
65
---
62
66
kind : GCPMachineTemplate
@@ -114,3 +118,4 @@ spec:
114
118
name : ' {{ ds.meta_data.local_hostname.split(".")[0] }}'
115
119
kubeletExtraArgs :
116
120
cloud-provider : gce
121
+ feature-gates : " DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
You can’t perform that action at this time.
0 commit comments