-
Notifications
You must be signed in to change notification settings - Fork 282
IpAllocation Policy - Secondary Range Names #118
Comments
Having the same error |
I am also having same error. |
I had to create another block of ip for pod |
Seeing the same issue right now. Any way we can get a quick fix in? @robmorgan |
|
@Jojoooo1 Thanks. So you have to make changes to both the vpc-network module and the gke-cluster module? Still having trouble getting it to work properly. Do you have a branch I can look at? |
Nevermind. I was able to finally get it to work by doing what you suggested @Jojoooo1. Had to patch both modules for it to work properly. Another workaround is just commenting out this line if you don't really want to point to your cidr block. GKE will just manage it for you if you don't include it. |
Hi everyone, thank you for raising this issue. Did anybody need to migrate Terraform state after changing/adding the additional |
@robmorgan Not sure about that. I re-created my cluster since I had to update the cidr blocks. |
Hello everyone,
This week I begin to receive this error:
Error: googleapi: Error 400: Pod secondary range name (public-services) should not be the same as service secondary range name., badRequest
when I recreate a cluster.I in my plan module add the same name in cluster and service secondary ranges names.
Look in detail the name is from vpc_network module and isn't possible to create a new subnetwork with a different name on this module.
I believe Google made few changes to the API.
The text was updated successfully, but these errors were encountered: