Skip to content

Commit

Permalink
Bump GKE version in tests to 1.26, AKS 1.29 (#7743)
Browse files Browse the repository at this point in the history
Update to more recent versions blocked by #7745 and #7746
  • Loading branch information
pebrc authored Apr 24, 2024
1 parent 1a1507f commit 1b1c4d9
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions hack/deployer/config/plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plans:
operation: create
clusterName: ci
provider: gke
kubernetesVersion: 1.25
kubernetesVersion: 1.26
machineType: n1-standard-8
serviceAccount: true
enforceSecurityPolicies: true
Expand All @@ -18,7 +18,7 @@ plans:
operation: create
clusterName: ci-autopilot
provider: gke
kubernetesVersion: 1.25
kubernetesVersion: 1.26
serviceAccount: true
enforceSecurityPolicies: true
# this is disabled in autopilot: container provisioner is privileged; not allowed in Autopilot
Expand All @@ -32,7 +32,7 @@ plans:
operation: create
clusterName: dev
provider: gke
kubernetesVersion: 1.25
kubernetesVersion: 1.26
machineType: n1-standard-8
serviceAccount: false
enforceSecurityPolicies: true
Expand All @@ -59,7 +59,7 @@ plans:
operation: create
clusterName: dev-autopilot
provider: gke
kubernetesVersion: 1.25
kubernetesVersion: 1.26
serviceAccount: false
enforceSecurityPolicies: true
gke:
Expand All @@ -70,7 +70,7 @@ plans:
operation: create
clusterName: ci
provider: aks
kubernetesVersion: 1.27.9
kubernetesVersion: 1.29.2
machineType: Standard_D8s_v3
serviceAccount: true
enforceSecurityPolicies: true
Expand All @@ -83,7 +83,7 @@ plans:
operation: create
clusterName: dev
provider: aks
kubernetesVersion: 1.27.9
kubernetesVersion: 1.29.2
machineType: Standard_D8s_v3
serviceAccount: false
enforceSecurityPolicies: true
Expand Down Expand Up @@ -149,19 +149,6 @@ plans:
region: eu-west-2
nodeCount: 3
nodeAMI: auto
- id: e2e-monitor
operation: create
clusterName: e2e-monitor
provider: gke
kubernetesVersion: 1.15
machineType: n1-standard-8
serviceAccount: false
enforceSecurityPolicies: false
gke:
region: europe-west2
localSsdCount: 1
nodeCountPerZone: 1
gcpScopes: https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write,https://www.googleapis.com/auth/monitoring,https://www.googleapis.com/auth/servicecontrol,https://www.googleapis.com/auth/service.management.readonly,https://www.googleapis.com/auth/trace.append
- id: kind-dev
operation: create
clusterName: eck
Expand Down

0 comments on commit 1b1c4d9

Please sign in to comment.