-
Notifications
You must be signed in to change notification settings - Fork 386
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
Add trafficControlController to handle TrafficControl requests #3487
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3487 +/- ##
==========================================
+ Coverage 49.22% 57.14% +7.91%
==========================================
Files 258 407 +149
Lines 37969 58784 +20815
==========================================
+ Hits 18691 33591 +14900
- Misses 17422 22478 +5056
- Partials 1856 2715 +859
Flags with carried forward coverage won't be shown. Click here to find out more.
|
2420fab
to
31e4dd0
Compare
9dd56c3
to
a5543b2
Compare
35583b4
to
81b6c1f
Compare
22b4aa2
to
17721ef
Compare
ec4041b
to
08b62b2
Compare
fc4e3ec
to
d9c8913
Compare
d9c8913
to
0683c74
Compare
/test-ipv6-e2e |
/test-ipv6-e2e |
/test-ipv6-e2e |
I am good too. |
/test-ipv6-e2e |
/test-ipv6-e2e this should be fixed now ipv6-only-e2e will be fixed by #3869 |
|
I'll fix this. |
92b2358
to
fefc28f
Compare
/test-ipv6-e2e |
Perhaps the issue is because previous failure left stale devices on testbeds, you may clean that port first |
Make sense. |
fefc28f
to
be78394
Compare
/test-all |
be78394
to
80bdd13
Compare
/test-ipv6-e2e |
/test-e2e |
80bdd13
to
a0841ed
Compare
/test-e2e |
/test-all |
- Use label selectors to filter Pods running on current Node. - Translate the selected Pods to OVS ports, which will be used to filter the packets that should be mirrored or redirected. - Translate the target device to the OVS port, which will be used as the target port the traffic should be mirrored or redirected. - Install OpenFlow rules calculated using the above arguments. Signed-off-by: Hongliang Liu <lhongliang@vmware.com> Co-authored-by: Quan Tian <qtian@vmware.com> Co-authored-by: Wenqi Qiu <wenqiq@vmware.com>
a0841ed
to
bc3a01f
Compare
/test-e2e |
/test-ipv6-e2e |
/test-integration |
For #3324
The Antrea Agent is responsible for realizing the traffic control request.
It watches the TrafficControl resources from the K8s API server and manages the container traffic with OpenFlow rules. Specifically, the agent executes the following steps for a TrafficControl resource:
Signed-off-by: Wenqi Qiu wenqiq@vmware.com
Signed-off-by: Hongliang Liu lhongliang@vmware.com
Signed-off-by: Quan Tian qtian@vmware.com