You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An HTTPRoute fails to get reconciled when other HTTPRoutes exist that reference an unmanaged GatewayClass. Reconciliation for the HTTPRoute is bypassed with httproute doesn't reference any managed gateways. This is b/c the controller lists all HTTPRoutes (including ones that reference an unmanaged GatewayClass). If the HTTPRoute that references an unmanaged GatewayClass is the first in the list, then reconciliation is bypassed instead of continuing to iterate through the HTTTPRoute list.
The text was updated successfully, but these errors were encountered:
An HTTPRoute fails to get reconciled when other HTTPRoutes exist that reference an unmanaged GatewayClass. Reconciliation for the HTTPRoute is bypassed with
httproute doesn't reference any managed gateways
. This is b/c the controller lists all HTTPRoutes (including ones that reference an unmanaged GatewayClass). If the HTTPRoute that references an unmanaged GatewayClass is the first in the list, then reconciliation is bypassed instead of continuing to iterate through the HTTTPRoute list.The text was updated successfully, but these errors were encountered: