diff --git a/autogen/main/cluster.tf.tmpl b/autogen/main/cluster.tf.tmpl index 1b2ef3ecf..3b88ffa2c 100644 --- a/autogen/main/cluster.tf.tmpl +++ b/autogen/main/cluster.tf.tmpl @@ -718,8 +718,6 @@ resource "google_container_cluster" "primary" { {% if update_variant %} locals { force_node_pool_recreation_resources = [ - "disk_size_gb", - "disk_type", "accelerator_count", "accelerator_type", "gpu_partition_size", @@ -732,7 +730,6 @@ locals { {% if beta_cluster %} "local_ssd_ephemeral_count", {% endif %} - "machine_type", "placement_policy", "max_pods_per_node", "min_cpu_platform", @@ -740,7 +737,6 @@ locals { "preemptible", "spot", "service_account", - "enable_gcfs", "enable_gvnic", "boot_disk_kms_key", "queued_provisioning", diff --git a/modules/beta-private-cluster-update-variant/cluster.tf b/modules/beta-private-cluster-update-variant/cluster.tf index 8633a8fe1..d09352915 100644 --- a/modules/beta-private-cluster-update-variant/cluster.tf +++ b/modules/beta-private-cluster-update-variant/cluster.tf @@ -610,8 +610,6 @@ resource "google_container_cluster" "primary" { *****************************************/ locals { force_node_pool_recreation_resources = [ - "disk_size_gb", - "disk_type", "accelerator_count", "accelerator_type", "gpu_partition_size", @@ -622,7 +620,6 @@ locals { "enable_integrity_monitoring", "local_ssd_count", "local_ssd_ephemeral_count", - "machine_type", "placement_policy", "max_pods_per_node", "min_cpu_platform", @@ -630,7 +627,6 @@ locals { "preemptible", "spot", "service_account", - "enable_gcfs", "enable_gvnic", "boot_disk_kms_key", "queued_provisioning", diff --git a/modules/beta-public-cluster-update-variant/cluster.tf b/modules/beta-public-cluster-update-variant/cluster.tf index 2497ab771..471865dc7 100644 --- a/modules/beta-public-cluster-update-variant/cluster.tf +++ b/modules/beta-public-cluster-update-variant/cluster.tf @@ -589,8 +589,6 @@ resource "google_container_cluster" "primary" { *****************************************/ locals { force_node_pool_recreation_resources = [ - "disk_size_gb", - "disk_type", "accelerator_count", "accelerator_type", "gpu_partition_size", @@ -601,7 +599,6 @@ locals { "enable_integrity_monitoring", "local_ssd_count", "local_ssd_ephemeral_count", - "machine_type", "placement_policy", "max_pods_per_node", "min_cpu_platform", @@ -609,7 +606,6 @@ locals { "preemptible", "spot", "service_account", - "enable_gcfs", "enable_gvnic", "boot_disk_kms_key", "queued_provisioning", diff --git a/modules/private-cluster-update-variant/cluster.tf b/modules/private-cluster-update-variant/cluster.tf index 7577f9ead..27b169bd3 100644 --- a/modules/private-cluster-update-variant/cluster.tf +++ b/modules/private-cluster-update-variant/cluster.tf @@ -562,8 +562,6 @@ resource "google_container_cluster" "primary" { *****************************************/ locals { force_node_pool_recreation_resources = [ - "disk_size_gb", - "disk_type", "accelerator_count", "accelerator_type", "gpu_partition_size", @@ -573,7 +571,6 @@ locals { "enable_secure_boot", "enable_integrity_monitoring", "local_ssd_count", - "machine_type", "placement_policy", "max_pods_per_node", "min_cpu_platform", @@ -581,7 +578,6 @@ locals { "preemptible", "spot", "service_account", - "enable_gcfs", "enable_gvnic", "boot_disk_kms_key", "queued_provisioning",