Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1333 from mloiseleur/feat/kubernet…
Browse files Browse the repository at this point in the history
…es-1.29

Support Kubernetes 1.29+
  • Loading branch information
k8s-ci-robot authored Oct 25, 2024
2 parents 0de6591 + a04fd60 commit 5938bd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,24 @@ spec:
name: '{{ ds.meta_data.local_hostname.split(".")[0] }}'
kubeletExtraArgs:
cloud-provider: gce
feature-gates: "DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
clusterConfiguration:
apiServer:
timeoutForControlPlane: 20m
extraArgs:
cloud-provider: gce
feature-gates: "DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
controllerManager:
extraArgs:
cloud-provider: gce
feature-gates: "DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
allocate-node-cidrs: "false"
joinConfiguration:
nodeRegistration:
name: '{{ ds.meta_data.local_hostname.split(".")[0] }}'
kubeletExtraArgs:
cloud-provider: gce
feature-gates: "DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"
version: "${KUBERNETES_VERSION}"
---
kind: GCPMachineTemplate
Expand Down Expand Up @@ -114,3 +118,4 @@ spec:
name: '{{ ds.meta_data.local_hostname.split(".")[0] }}'
kubeletExtraArgs:
cloud-provider: gce
feature-gates: "DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false"

0 comments on commit 5938bd1

Please sign in to comment.