We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece5fe7 commit c6e55baCopy full SHA for c6e55ba
infra/terraform_modules/arc_v4_container_cluster/main.tf
@@ -17,7 +17,7 @@ resource "google_container_cluster" "arc_v4_cluster" {
17
location = "us-central2"
18
19
remove_default_node_pool = true
20
- initial_node_count = var.min_tpu_nodes
+ initial_node_count = 1
21
22
release_channel {
23
channel = "RAPID"
0 commit comments