You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ terraform versionTerraform v1.5.3on linux_amd64...+ provider registry.terraform.io/hashicorp/google v4.75.0+ provider registry.terraform.io/hashicorp/google-beta v4.75.0...Your version of Terraform is out of date! The latest versionis 1.5.7. You can update by downloading from https://www.terraform.io/downloads.html
I've expected that the provider to behave the same way as the Google Cloud console when a new taint is added in that it does an in-place update.
Actual Behavior
The actual behavior is that a chance to a node pools taints forces a replacement of the node-pool. Having the ability to do an in-place update as provided by the Google Cloud console is critical when managing multiple clusters with multiple node pools and thousands of nodes as a replace or blue-green approach is mostly infeasible.
Steps to Reproduce
Create a GKE node pool using Terraform with a single taint like example.com/taint-1=true:NoSchedule
Modify the GKE node pool using Terraform by adding a new taint like example.com/taint-2=true:NoSchedule
Watch Terraform force replace the modified node pool.
b/302797527
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Affected Resource(s)
google_container_node_pool
Terraform Configuration Files
Expected Behavior
I've expected that the provider to behave the same way as the Google Cloud console when a new taint is added in that it does an in-place update.
Actual Behavior
The actual behavior is that a chance to a node pools taints forces a replacement of the node-pool. Having the ability to do an in-place update as provided by the Google Cloud console is critical when managing multiple clusters with multiple node pools and thousands of nodes as a replace or blue-green approach is mostly infeasible.
Steps to Reproduce
example.com/taint-1=true:NoSchedule
example.com/taint-2=true:NoSchedule
b/302797527
The text was updated successfully, but these errors were encountered: