-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Two Composer Environments on a Shared VPC results in a IP Overlap Error #5914
Comments
@venkykuberan looks like this never got bug triaged, could you look at it? |
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
This concerned Composer 1, which is in maintenance mode and new versions are not being released (https://cloud.google.com/composer/docs/composer-versioning-overview#major-versions) - please close this ticket. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Two Composer Environments on a single shared VPC
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
A bit of context about this error. I'm suspecting the answer is too bad too sad, but wanted to run it past you all first then worst case, we at least know the answer.
I have a host project with a VPC that is shared between two service projects. In each service project, I am attempting to spin up composer environment.
By giving each composer environments their own subnets and master_ipv4_cidr_block blocks, the clusters for the two environments create successfully. However I am now getting an overlap error for 172.31.255.0/29 which I believe is just for composer and not the actual cluster.
The issue I have is I can't seem to find anywhere to customise this IP address to avoid conflicts.
Is it possible to customise this value?
References
b/299442858
The text was updated successfully, but these errors were encountered: