Skip to content

Commit 0230860

Browse files
authored
[dubois] Upgrade GKE version to 1.34 (#7527)
* docs: fix stmt * feat: update GKE versions
1 parent 7b446a5 commit 0230860

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/howto/upgrade-cluster/k8s-version/gke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Setup your environment:
2323
export CLUSTER_NAME=<cluster-name>
2424
cd terraform/gcp
2525
terraform init
26-
terraforam workspace select $CLUSTER_NAME
26+
terraform workspace select $CLUSTER_NAME
2727
```
2828
2929
### Zonal vs. regional clusters

terraform/gcp/projects/dubois.tfvars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ filestores = {}
1111
billing_account_id = "0157F7-E3EA8C-25AC3C"
1212

1313
k8s_versions = {
14-
min_master_version : "1.32.1-gke.1200003",
15-
core_nodes_version : "1.32.1-gke.1200003",
16-
notebook_nodes_version : "1.32.1-gke.1200003",
14+
min_master_version : "1.34.1-gke.3971001",
15+
core_nodes_version : "1.34.1-gke.3971001",
16+
notebook_nodes_version : "1.34.1-gke.3971001",
1717
}
1818

1919
notebook_nodes = {

terraform/gcp/variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ variable "k8s_version_prefixes" {
5252
default = [
5353
"1.31.",
5454
"1.32.",
55+
"1.33.",
56+
"1.34.",
5557
"1.",
5658
]
5759
description = <<-EOT

0 commit comments

Comments
 (0)