Open michal-sa opened 3 months ago
While trying to create a HTTPRoute containing two parentRefs where one is a gatewayClassName: amazon-vpc-lattice Gateway resource and the other a gateway with another class it doesn't seem like the listeners are created correctly for the lattice service.
From my first glance, it's a controller bug, we will take a deeper look and fix it.
While trying to create a
HTTPRoute
containing twoparentRefs
where one is agatewayClassName: amazon-vpc-lattice
Gateway
resource and the other a gateway with another class it doesn't seem like the listeners are created correctly for the lattice service.Not working manifest:
Debug controller logs:
After removing the
gateway
parentRef the listerners are created successfully.A workaround is to have two
HTTPRoutes
for the different gateways, but that's not optimal.