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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
The documentation for disabling the image streaming / gcfs_config option states that this can be performed in place on a standard cluster or specific node pool.
Community Note
Terraform Version & Provider Version(s)
Terraform v1.5.7
on darwin_arm64
Affected Resource(s)
google_container_cluster
google_container_node_pool
Terraform Configuration
Debug Output
No response
Expected Behavior
The documentation for disabling the image streaming /
gcfs_config
option states that this can be performed in place on a standard cluster or specific node pool.See: https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming#disable
This can be confirmed by running their
gcloud
command manually.Actual Behavior
The Terraform provider considers this change as requiring the full destroy and re-creation of the resource.
Steps to reproduce
gcfs_config
set enabledtrue
orfalse
and applyImportant Factoids
No response
References
ForceNew
, so I may be missing some context on why the Terraform provider leans that direction instead of following the GCP API more exactly.b/347091584
The text was updated successfully, but these errors were encountered: