Hi Team, We get the below error when trying to pr...
# general
p
Hi Team, We get the below error when trying to provision a GKE cluster on Azure using Pulumi.
Error creating Cluster: Resource already exists - apply blocked by lifecycle params: &beta.Cluster{Name:(*string)
These were our steps. 1. Create GKE cluster named
sandbox1
in Azure. 2. Remove cluster
sandbox1
. Here we remove all resource groups associated with
sandbox1
3. Again create the cluster named
sandbox1
. This is where we get the above error. Where can we find the above danging resource ? 🤔 No resource groups associated with
sandbox1
were visible after step 2.