-
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
[traceflow] Validate source Pod for non-live-traffic Traceflow #2736
Conversation
773bce0
to
bd0454a
Compare
Codecov Report
@@ Coverage Diff @@
## main #2736 +/- ##
==========================================
+ Coverage 61.62% 61.69% +0.07%
==========================================
Files 283 283
Lines 23779 23792 +13
==========================================
+ Hits 14653 14678 +25
+ Misses 7543 7541 -2
+ Partials 1583 1573 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/test-all |
/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.
In the commit description:
antrea-controller will updated the status to "Failed" immediately if the source is invalid Pod or hostNetwork Pod on non-live-traffic Traceflow.
updated -> update
is an invalid Pod
on non-live-traffic Traceflow -> for a non-live-traffic Traceflow
b23e9f2
to
fe36d73
Compare
Thanks. Fixed. |
7f35e9d
to
6b51899
Compare
/test-e2e |
/test-all |
/test-networkpolicy |
/test-windows-networkpolicy |
/test-all |
@antoninbas @jianjuns @edwardbadboy Any new comments or approval? |
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.
/test-all |
/test-all |
/test-all-features-conformance |
/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.
LGTM, except for one small comment
/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.
LGTM
Rebased to latest main branch. |
antrea-controller will update the status to "Failed" immediately if the source is an invalid Pod or hostNetwork Pod for a non-live-traffic Traceflow. Signed-off-by: gran <gran@vmware.com> Co-authored-by: Antonin Bas <antonin.bas@gmail.com>
/test-all |
antrea-controller will update the status to "Failed" immediately if the source is an invalid Pod or hostNetwork Pod for a non-live-traffic Traceflow.