-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stages: gke-multitenant complains with IP_SPACE_EXHAUSTED
error
#1644
Comments
Sounds like you're running out of IPs in your subnet. Do you have other resources using IP addresses in that subnet? What do you see in the IP utilization of Network Analyzer? Also, can you share the terraform plan and execution log? |
Hi @juliocc , By that time the subnet was empty as I had to recreate it to add the I managed to workaround this by adding a |
@gustavovalverde I understand you fixed the issue. Can we close this? Perhaps we should make the default subnet have a larger pod range. A /20 perhaps? |
Closing this, feel free to reopen if you still think we should fix something. |
I think this should be fixed as not a single example from this README can be deployed with the actual I've fixed this on my side, but this will always impact newcomers even testing the stages with most defaults, as the I'd say that at least a |
Related to the issues reported in #1644
@juliocc ran into this error while running stage
|
This is what happens when you submit code without trying it ;) Let me see what's going on and I'll get back to you. |
This PR documents and adopts a consitet IP address plan for FAST networking stages Fixes #1644
This PR documents and adopts a consistent IP address plan for FAST networking stages Fixes #1644
This PR documents and adopts a consistent IP address plan for FAST networking stages Fixes #1644
@danielmahon we're addressing this with #1697. I'm waiting to hear from a couple of reviewers but in the meantime you can fetch the branch and give it a try. |
This PR documents and adopts a consistent IP address plan for FAST networking stages Fixes #1644
* Define and adopt standard IP ranges for FAST networking This PR documents and adopts a consistent IP address plan for FAST networking stages Fixes #1644 * Fix documented aggregated ranges for FAST * Fix tests * Fix ip ranges in documentation * Fix NVA stages README
Deploying the 3-gke-multitenant stage with this configuration:
This is using the default values already available in the 2-networking-d-separate-envs stage:
The text was updated successfully, but these errors were encountered: