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
ACM v21.0.0 can not delete cluster when ACM is bundled with cluster creation using a private cluster. Build a cluster with the new ACM module, worked. But when I attempt to delete the cluster I receive the error Error: Error waiting for Deleting Membership: Error code 9, message: failed to uninstall Kubernetes resources for Membership.: failed to delete Membership resources: failed to delete resource: Internal error occurred: failed calling webhook "abandon-on-uninstall.cnrm.cloud.google.com": failed to call webhook: Post "https://abandon-on-uninstall.cnrm-system.svc:443/abandon-on-uninstall?timeout=3s": no endpoints available for service "abandon-on-uninstall"
Not sure if this is because the node_pool is deleted before the ACM module
Expected behavior
Can delete the Cluster and ACM module in one module
Thanks for the report @elebioda
I suspect the dependency was not resolved correctly in v20 due to #1189 which is now fixed in v21. I checked in our CI logs for this ACM example which seems to be destroying it in the correct order (ACM module first, followed by GKE module)
TL;DR
ACM v21.0.0 can not delete cluster when ACM is bundled with cluster creation using a private cluster. Build a cluster with the new ACM module, worked. But when I attempt to delete the cluster I receive the error
Error: Error waiting for Deleting Membership: Error code 9, message: failed to uninstall Kubernetes resources for Membership.: failed to delete Membership resources: failed to delete resource: Internal error occurred: failed calling webhook "abandon-on-uninstall.cnrm.cloud.google.com": failed to call webhook: Post "https://abandon-on-uninstall.cnrm-system.svc:443/abandon-on-uninstall?timeout=3s": no endpoints available for service "abandon-on-uninstall"
Not sure if this is because the node_pool is deleted before the ACM module
Expected behavior
Can delete the Cluster and ACM module in one module
Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: