Open giovannibaratta opened 8 months ago
'Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!'
Describe the bug
While creating a
tanzu-mission-control_tanzu_kubernetes_cluster
in a clean environment, the request failed after several minutes with the errorCouldn't read TKG cluster
.Even if an error was returned, the cluster was available TMC leaving an unclean state. A second apply fails because the cluster already exist, a manual action is required (import in the state or delete the cluster in TMC).
Reproduction steps
Unknown
source code is available here https://github.com/giovannibaratta/vmware-tanzu-training/tree/main/terraform/stages/50-tmc
Expected behavior
The resource should be created successfully, or a second apply should not result in a conflict.
Additional context