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
Created a stack with default settings using resource manager. The stack is created successfully but when we attempt to destroy it, we het the following error:
You need to set the refresh=false. This is due a limitation on the Kubernetes Provider.
On the ORM, when destroying, you need to uncheck the "Refresh resource states before checking for differences.
This happens because the Terraform Kubernetes provider tries to execute the Kubernetes operations (like helm delete metrics-server) before execute the oci kubeconfig resource, not populating the Kubernetes endpoint address in time. This is an issue open with Terraform for some time now. A possible workaround is coming.
Created a stack with default settings using resource manager. The stack is created successfully but when we attempt to destroy it, we het the following error:
Error: Get "http://localhost/api/v1/namespaces/cluster-tools": dial tcp [::1]:80: connect: connection refused
The text was updated successfully, but these errors were encountered: