Skip to content

Commit

Permalink
m2lines: upgrade k8s 1.25 -> 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 c48b2b9 commit de5d712
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions terraform/gcp/projects/m2lines.tfvars
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
prefix = "m2lines"
project_id = "m2lines-hub"
core_node_machine_type = "n1-highmem-4"

enable_network_policy = true
prefix = "m2lines"
project_id = "m2lines-hub"

# GPUs not available in us-central1-b
zone = "us-central1-c"
region = "us-central1"
regional_cluster = true

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

core_node_machine_type = "n2-highmem-4"
enable_network_policy = true


# Setup a filestore for in-cluster NFS
enable_filestore = true
filestore_capacity_gb = 2048
Expand Down

0 comments on commit de5d712

Please sign in to comment.