Skip to content

Commit

Permalink
callysto: upgrade k8s from 1.25 to 1.27, and use pd-balanced disks
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 13, 2023
1 parent 79e3a1e commit 5ec0ec0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions terraform/gcp/projects/callysto.tfvars
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
prefix = "callysto"
project_id = "callysto-202316"

zone = "northamerica-northeast1-b"
region = "northamerica-northeast1"
zone = "northamerica-northeast1-b"
region = "northamerica-northeast1"
regional_cluster = true

k8s_versions = {
min_master_version : "1.25.6-gke.1000",
core_nodes_version : "1.25.6-gke.1000",
notebook_nodes_version : "1.25.6-gke.1000",
min_master_version : "1.27.4-gke.900",
core_nodes_version : "1.27.4-gke.900",
notebook_nodes_version : "1.27.4-gke.900",
}

core_node_machine_type = "n2-highmem-2"
Expand Down

0 comments on commit 5ec0ec0

Please sign in to comment.