Replies: 1 comment 10 replies
-
There is only 1 controller - which controls Gateway and Route. I don't think there can be a split brain controller (?). Given this, the thing programming routes and writing the status are the same thing. The controller should take this into account, although literally reading from Status may not be the best way to implement it. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given
gateway-api/apis/v1beta1/gateway_types.go
Lines 656 to 666 in a8f72f5
ListenerStatus.SupportedKinds
?It seems to me that this is purely informational.
If, in some case this should be taken into account then what reason should be used when the route kind is not in the supported kinds?
Beta Was this translation helpful? Give feedback.
All reactions