diff --git a/autogen/main/cluster.tf.tmpl b/autogen/main/cluster.tf.tmpl index 640fc6d384..8370e5b4dc 100644 --- a/autogen/main/cluster.tf.tmpl +++ b/autogen/main/cluster.tf.tmpl @@ -705,7 +705,7 @@ resource "google_container_node_pool" "windows_pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } diff --git a/cluster.tf b/cluster.tf index 1bc09e5bfe..09b8ff621c 100644 --- a/cluster.tf +++ b/cluster.tf @@ -416,7 +416,7 @@ resource "google_container_node_pool" "pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } @@ -602,7 +602,7 @@ resource "google_container_node_pool" "windows_pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } diff --git a/modules/beta-private-cluster-update-variant/cluster.tf b/modules/beta-private-cluster-update-variant/cluster.tf index 26c4826930..8a0c948f5e 100644 --- a/modules/beta-private-cluster-update-variant/cluster.tf +++ b/modules/beta-private-cluster-update-variant/cluster.tf @@ -605,7 +605,7 @@ resource "google_container_node_pool" "pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } @@ -831,7 +831,7 @@ resource "google_container_node_pool" "windows_pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } diff --git a/modules/beta-private-cluster/cluster.tf b/modules/beta-private-cluster/cluster.tf index 82d4f05ee5..e46a052ee9 100644 --- a/modules/beta-private-cluster/cluster.tf +++ b/modules/beta-private-cluster/cluster.tf @@ -511,7 +511,7 @@ resource "google_container_node_pool" "pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } @@ -736,7 +736,7 @@ resource "google_container_node_pool" "windows_pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } diff --git a/modules/beta-public-cluster-update-variant/cluster.tf b/modules/beta-public-cluster-update-variant/cluster.tf index 495b193c8e..d1aaa85a2a 100644 --- a/modules/beta-public-cluster-update-variant/cluster.tf +++ b/modules/beta-public-cluster-update-variant/cluster.tf @@ -585,7 +585,7 @@ resource "google_container_node_pool" "pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } @@ -810,7 +810,7 @@ resource "google_container_node_pool" "windows_pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } diff --git a/modules/beta-public-cluster/cluster.tf b/modules/beta-public-cluster/cluster.tf index 67d2f27e7b..cf969a4fc6 100644 --- a/modules/beta-public-cluster/cluster.tf +++ b/modules/beta-public-cluster/cluster.tf @@ -491,7 +491,7 @@ resource "google_container_node_pool" "pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } @@ -715,7 +715,7 @@ resource "google_container_node_pool" "windows_pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } diff --git a/modules/private-cluster-update-variant/cluster.tf b/modules/private-cluster-update-variant/cluster.tf index 90b21bf444..7a939ec1d9 100644 --- a/modules/private-cluster-update-variant/cluster.tf +++ b/modules/private-cluster-update-variant/cluster.tf @@ -529,7 +529,7 @@ resource "google_container_node_pool" "pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } @@ -716,7 +716,7 @@ resource "google_container_node_pool" "windows_pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } diff --git a/modules/private-cluster/cluster.tf b/modules/private-cluster/cluster.tf index 7e6f1b0c6c..eb9bec9f9a 100644 --- a/modules/private-cluster/cluster.tf +++ b/modules/private-cluster/cluster.tf @@ -435,7 +435,7 @@ resource "google_container_node_pool" "pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) } @@ -621,7 +621,7 @@ resource "google_container_node_pool" "windows_pools" { node_pool_soak_duration = lookup(each.value, "node_pool_soak_duration", "3600s") standard_rollout_policy { - batch_soak_duration = lookup(each.value, "batch_soak_duration", "60s") + batch_soak_duration = lookup(each.value, "batch_soak_duration", "0s") batch_percentage = lookup(each.value, "batch_percentage", null) batch_node_count = lookup(each.value, "batch_node_count", null) }