-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GKE blue_green_settings batch_node_count & batch_percentage is not idempotent #20283
Comments
Perhaps far fetched, but wanted to mention it here too, just in case some Googler might pick it up; The |
Confirmed issue! Both In the terraform registry and API documentation there is no mention of whether it is allowed or not. For his part, the user shares this [link](See this bug-report) with additional information As for the |
Do you mean the Terraform wouldn't let you to change the I tried with gcloud, the blue pool draining phase is correctly skipped. |
Zero values for scalar fields (0, 0.0, false, "", the zero value of an enum) are treated the same as unset in terraform. And the default value for "batch_node_count" is 1 if not provided. Will fix it by adding property |
Community Note
Terraform Version & Provider Version(s)
Terraform v1.9.8
on darwin_arm64
Affected Resource(s)
google_container_node_pool
Terraform Configuration
Debug Output
No response
Expected Behavior
batch_node_count
should be set to0
.Actual Behavior
batch_node_count
is set to1
.Steps to reproduce
terraform apply
terraform apply
Important Factoids
No response
References
No response
b/379359342
The text was updated successfully, but these errors were encountered: