-
Notifications
You must be signed in to change notification settings - Fork 951
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
googleapi: Error 400: Cluster CIDR range is not within allowed ranges., badRequest #1424
Comments
My only guess is that you have to use an RFC1918 range. Can you try that? @lcaggio any ideas? |
Yes, you're right, this IP doesn't conform with RFC1918. Thing is, we got this IP from fast |
We changed this file to the following:
|
We may be hitting this issue: Error updating secondary IP ranges in Google_compute_subnetwork #2570 |
@yardenas @lcaggio @sruffilli I think that this is a bug in networking config for dataplatform, as it references public T-Mobile address space (100.128.0.0/9): ip_cidr_range: 10.128.48.0/24
secondary_ip_ranges:
pods: 100.128.48.0/20
services: 100.255.48.0/24 Either we should use 10.0.0.0/8 network here or 100.64.0.0/10 if the intention was not to use RFC1918 space. |
10.128.0.0/9 is public network. Closes: GoogleCloudPlatform#1424
10.128.0.0/9 is public network. Closes: #1424
Thanks everyone! |
Hi,
We're trying to deploy an airflow cluster with this blueprint, using a shared VPC.
We created a subnet as specified in your fast network peering stage.
Also, I'm specifying the following configuration:
Unfortunately, I'm getting this error:
I'm not entirely sure how to proceed. Any suggestions?
The text was updated successfully, but these errors were encountered: