-
Notifications
You must be signed in to change notification settings - Fork 3.4k
cilium-cli: connectivity: clean up any leftover egw routes. #36651
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
cilium-cli: connectivity: clean up any leftover egw routes. #36651
Conversation
bfe062c
to
28cdad6
Compare
28cdad6
to
db32017
Compare
/test |
db32017
to
7252c3e
Compare
/test |
/test |
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.
lgtm, waiting for tests to comply and I've asked also someone from cli to check
This pull request has been automatically marked as stale because it |
@tommyp1ckles I don't have write access to merge this |
/test |
If the CLI crashes or is stopped before running cleanup hooks, the egw routes installed on some nodes will cause other tests to fail. To prevent this, automatically try to clean these up on startup to avoid any confusing issues from leftover routes. Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
7252c3e
to
e2dc03b
Compare
/test |
If the CLI crashes or is stopped before running cleanup hooks, the egw routes installed on some nodes will cause other tests to fail. To prevent this, automatically try to clean these up on startup to avoid any confusing issues from leftover routes.