Hi I need help on keep hitting Duplicate resource ...
# general
b
Hi I need help on keep hitting Duplicate resource URN upon creating GKE, same error if I changed to random string.
s
Can you provide a few more details, perhaps including the pertinent code?
b
The code:
Pulumi preview: Keep hitting same error, no matter how many times I change the resource name.
s
Try removing the
resource_name
parameter so that Pulumi can generate a unique name, see if that helps.
b
resource_name
one of the required parameter. Lets say I just passing the value as
gke-001
or
resource_name='gke-001'
having same error. But if I'm not passing any value for resource_name, I'm getting the following error:
I got it solved by using
pulumi_google_native
package. But still I want to know why having the error on
pulumi_gcp
package.
Lets say I'm using the native package, how do I disable external IP usage.
The doc lack of explanations
I got it working by using
private_cluster_config