Skip to content

Commit

Permalink
fix: Create new node pool when shielded_instance_config changes (#1237)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
3 people committed Jul 11, 2022
1 parent d802e49 commit a2272f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ locals {
"disk_type",
"accelerator_count",
"accelerator_type",
"enable_secure_boot",
"enable_integrity_monitoring",
"local_ssd_count",
"machine_type",
"min_cpu_platform",
Expand Down
2 changes: 2 additions & 0 deletions modules/beta-private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ locals {
"disk_type",
"accelerator_count",
"accelerator_type",
"enable_secure_boot",
"enable_integrity_monitoring",
"local_ssd_count",
"machine_type",
"min_cpu_platform",
Expand Down
2 changes: 2 additions & 0 deletions modules/beta-public-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ locals {
"disk_type",
"accelerator_count",
"accelerator_type",
"enable_secure_boot",
"enable_integrity_monitoring",
"local_ssd_count",
"machine_type",
"min_cpu_platform",
Expand Down
2 changes: 2 additions & 0 deletions modules/private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ locals {
"disk_type",
"accelerator_count",
"accelerator_type",
"enable_secure_boot",
"enable_integrity_monitoring",
"local_ssd_count",
"machine_type",
"min_cpu_platform",
Expand Down

0 comments on commit a2272f0

Please sign in to comment.