Skip to content

Commit

Permalink
Upgrade gke k8s version to v1.27 for testing (#7940)
Browse files Browse the repository at this point in the history
Upgrade gke k8s version to 1.27 in deployer used for testing as 1.26 is no longer valid.
  • Loading branch information
thbkrkr authored Jul 15, 2024
1 parent d469ab8 commit 0d18fcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/advanced-topics/gke-autopilot.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This page shows how to run ECK on GKE Autopilot.
[id="{p}-autopilot-setting-virtual-memory"]
== Ensuring virtual memory kernel settings

If you are intending to run production workloads on GKE Autopilot then `vm.max_map_count` should be set. The recommended way to set this kernel setting on the Autopilot hosts is with a `Daemonset` as described in the <<{p}-virtual-memory>> section. You must be running at least version 1.25 when on the `regular` channel or using the `rapid` channel, which currently runs version 1.26.
If you are intending to run production workloads on GKE Autopilot then `vm.max_map_count` should be set. The recommended way to set this kernel setting on the Autopilot hosts is with a `Daemonset` as described in the <<{p}-virtual-memory>> section. You must be running at least version 1.25 when on the `regular` channel or using the `rapid` channel, which currently runs version 1.27.

CAUTION: Only use the provided `Daemonset` exactly as specified or it could be rejected by the Autopilot control plane.

Expand Down
8 changes: 4 additions & 4 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.26
kubernetesVersion: 1.27
machineType: n1-standard-8
serviceAccount: true
enforceSecurityPolicies: true
Expand All @@ -18,7 +18,7 @@ plans:
operation: create
clusterName: ci-autopilot
provider: gke
kubernetesVersion: 1.26
kubernetesVersion: 1.27
serviceAccount: true
enforceSecurityPolicies: true
# this is disabled in autopilot: container provisioner is privileged; not allowed in Autopilot
Expand All @@ -31,7 +31,7 @@ plans:
operation: create
clusterName: dev
provider: gke
kubernetesVersion: 1.26
kubernetesVersion: 1.27
machineType: n1-standard-8
serviceAccount: false
enforceSecurityPolicies: true
Expand All @@ -58,7 +58,7 @@ plans:
operation: create
clusterName: dev-autopilot
provider: gke
kubernetesVersion: 1.26
kubernetesVersion: 1.27
serviceAccount: false
enforceSecurityPolicies: true
gke:
Expand Down

0 comments on commit 0d18fcb

Please sign in to comment.