Skip to content

Commit 5938bd1

Browse files
authored
Merge pull request #1333 from mloiseleur/feat/kubernetes-1.29
Support Kubernetes 1.29+
2 parents 0de6591 + a04fd60 commit 5938bd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/cluster-template.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
---
6266
kind: 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"

0 commit comments

Comments
 (0)