Skip to content

Commit 29ade22

Browse files
authored
GKE: Update K8s version to 1.31 (elastic#8588)
1 parent ed3cb6d commit 29ade22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hack/deployer/config/plans.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plans:
33
operation: create
44
clusterName: ci
55
provider: gke
6-
kubernetesVersion: 1.30
6+
kubernetesVersion: 1.31
77
machineType: n1-standard-8
88
serviceAccount: true
99
enforceSecurityPolicies: true
@@ -18,7 +18,7 @@ plans:
1818
operation: create
1919
clusterName: ci-autopilot
2020
provider: gke
21-
kubernetesVersion: 1.30
21+
kubernetesVersion: 1.31
2222
serviceAccount: true
2323
enforceSecurityPolicies: true
2424
# this is disabled in autopilot: container provisioner is privileged; not allowed in Autopilot
@@ -31,7 +31,7 @@ plans:
3131
operation: create
3232
clusterName: dev
3333
provider: gke
34-
kubernetesVersion: 1.30
34+
kubernetesVersion: 1.31
3535
machineType: n1-standard-8
3636
serviceAccount: false
3737
enforceSecurityPolicies: true
@@ -58,7 +58,7 @@ plans:
5858
operation: create
5959
clusterName: dev-autopilot
6060
provider: gke
61-
kubernetesVersion: 1.30
61+
kubernetesVersion: 1.31
6262
serviceAccount: false
6363
enforceSecurityPolicies: true
6464
gke:

0 commit comments

Comments
 (0)