-
Notifications
You must be signed in to change notification settings - Fork 366
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
Ignore selected hostNetwork Pods in Egress groups #2851
Conversation
9e5b93e
to
d7b31e1
Compare
/test-all |
d7b31e1
to
f2a5447
Compare
/test-all |
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.
The code LGTM
I don't understand the commit title though. What does "deal" mean in "Egress skip deal"? Maybe it should say something like "Ignore selected hostNetwork Pods in Egress groups".
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.
Code LGTM. Same comment about commit title as @antoninbas has.
Now Egress does not support HostNetwork Pods, so need to ignore selected HostNetwork Pods in Egress groups. Signed-off-by: Wu zhengdong <zhengdong.wu@transwarp.io>
f2a5447
to
c3c4fe2
Compare
/test-all |
@tnqn Thanks for the review, updated. |
Codecov Report
@@ Coverage Diff @@
## main #2851 +/- ##
===========================================
+ Coverage 40.90% 65.97% +25.07%
===========================================
Files 158 284 +126
Lines 19539 26871 +7332
===========================================
+ Hits 7992 17729 +9737
+ Misses 10798 7477 -3321
- Partials 749 1665 +916
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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
Now Egress does not support HostNetwork Pods, so need to ignore selected HostNetwork Pods in Egress groups.
Fixes: #2850
Signed-off-by: Wu zhengdong zhengdong.wu@transwarp.io