Skip to content
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

Fix to check that egress_watcher pick a valid client #280

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

terassyi
Copy link
Contributor

@terassyi terassyi commented Mar 27, 2024

This PR contains the fix for egress_watcher.
Egress_watcher will select only running pods as reconciliation targets.
And when multiple pods have the same address, egress_watcher will return an error.

Signed-off-by: terasihma [email protected]

@terassyi terassyi self-assigned this Mar 27, 2024
@terassyi terassyi force-pushed the fix-to-check-valid-egress-client branch 2 times, most recently from 82689f9 to 5964c21 Compare March 27, 2024 07:04
@terassyi terassyi marked this pull request as ready for review March 27, 2024 07:11
@terassyi terassyi requested a review from yokaze March 27, 2024 07:13
v2/controllers/egress_watcher.go Outdated Show resolved Hide resolved
@terassyi terassyi force-pushed the fix-to-check-valid-egress-client branch from 5964c21 to 74d7700 Compare March 29, 2024 07:56
@terassyi terassyi requested review from yokaze and ymmt2005 March 29, 2024 08:19
@terassyi terassyi force-pushed the fix-to-check-valid-egress-client branch from 74d7700 to fce5230 Compare March 29, 2024 08:48
@terassyi terassyi requested a review from ymmt2005 March 29, 2024 08:50
ymmt2005
ymmt2005 previously approved these changes Mar 29, 2024
Copy link
Member

@ymmt2005 ymmt2005 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@terassyi terassyi force-pushed the fix-to-check-valid-egress-client branch from fce5230 to 1955ed2 Compare March 29, 2024 09:04
Copy link
Contributor

@yokaze yokaze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@terassyi terassyi merged commit b8e3a99 into main Mar 29, 2024
7 checks passed
@terassyi terassyi deleted the fix-to-check-valid-egress-client branch March 29, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants