-
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
Enable dns_cache_config on exsting k8s version 1.15.x will still destroying the resource first #6031
Enable dns_cache_config on exsting k8s version 1.15.x will still destroying the resource first #6031
Comments
@antrusd I'd like to repro your issue. How did you specify |
My bad, OTOH,I have been trying to enable NodeLocal DNSCache by |
Seeing this issue too where trying to enable The expected behaviour should be that only the nodes are recreated here. |
Now I can repro the issue. By adding
|
The node pool isn't being recreated due to the issue here: hashicorp/terraform-plugin-sdk#122. |
Do we know what release this will make it in? I've done some digging and it was merged into master before the last release was cut but didn't make it into the release. Confused on how the release process works in this waterfall of automation. |
Hi @jmymy! Sorry for the confusion, it will be released in the |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Before
After
Expected Behavior
Only recreate (destroy-create) cluster when the version is < 1.15.x.
Actual Behavior
Terraform destroy and re-create the
google_container_cluster
even its already on 1.15.xSteps to Reproduce
terraform apply
Important Factoids
If the
google_container_node_pool
already on 1.15.x.,terraform apply
detect no changes on the those resources. Unfortunately, the apply process destroy both resources but only re-creategoogle_container_cluster
leavinggoogle_container_node_pool
un-created.The text was updated successfully, but these errors were encountered: