Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add ability to reference natGatewayIds in Routes and Routetables #237

Open
AbrohamLincoln opened this issue Sep 22, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@AbrohamLincoln
Copy link

What problem are you facing?

Adding routes to Nat Gateways is difficult in a composite resource definition. The only approach I can come up with currently is to publish the natGateway Id to the status, then patch the ID into a route.

Adding routes to Internet Gateways in a composite resource definition is less difficult, but could be simplified. You can create an empty route table, then create a route with the gatewayIdRef and routeTableRef.

How could Crossplane help solve your problem?

Add natGatewayIdRef, natGatewayIdSelector, gatewayIdRef, and gatewayIdSelector to the routetables CRD.
This would allow users to create the route table and route in one definition while referencing the nat or internet gateway

Add natGatewayIdRef and natGatewayIdSelector to the routes CRD.
This would allow users to create routes with references to nat gateways.

@AbrohamLincoln AbrohamLincoln added the enhancement New feature or request label Sep 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant