-
Notifications
You must be signed in to change notification settings - Fork 375
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
RouteTable Subnet Assocation Selector support for multiple subnets #586
Comments
This will be difficult to implement as every item in Closing this now since I highly doubt that this will be implemented. |
I'm coming here because I've been dealing with the same issue... My idea was that Subnet selection based on its label(s) works like a filter and each Subnet which qualifies will have attached this RouteTable instead of implicit one. In current form this doesn't make sense - the deployment can be a dynamic and more subnets can be attached to VPC over the time... in that case I need a simple mechanism how to say Crossplane which Subnet should have which RouteTable (with proper Policy) - currently matching by unique label(s) or unique name is equivalent way without any additional value... In both cases I need one matching block per Subnet currently. |
More over its pretty confusing - compare versus Cluster (EKS): Please reconsider your statement and provide a better (I mean consistent) UX... |
Add `OWNERS.md` and `CODEOWNERS`
What problem are you facing?
For RouteTables if you are using the subnetIdSelector in associations you must list multiple associations to get multiple subnets. Ideally you would be able to get all matches in one reference instead of having to make each subnet with unique labels so you can reference them.
Current example from composition I am building:
Ideally it would be something like this and for this example get all public labeled subnets in the composition.
How could Crossplane help solve your problem?
The text was updated successfully, but these errors were encountered: