-
Notifications
You must be signed in to change notification settings - Fork 23
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
Check route agent connections in subctl diagnose #1228
Conversation
🤖 Created branch: z_pr1228/tpantelis/route_agent_diag |
28b6649
to
d9dc74c
Compare
This PR/issue depends on:
|
7f2a515
to
341e1ee
Compare
Signed-off-by: Tom Pantelis <[email protected]>
341e1ee
to
3a8d115
Compare
return status.Error(err, "Error retrieving route agents") | ||
} | ||
|
||
if len(routeAgents) == 0 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to consider if submariner.healthcheck != enabled ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We create a RouteAgent
resource regardless (same with Gateways
).
🤖 Closed branches: [z_pr1228/tpantelis/route_agent_diag] |
Depends on submariner-io/submariner#3166