Add trafficControlController to handle TrafficControl requests#3487
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ 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.
🚀 New features to boost your workflow:
|
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-e2e |
|
/test-all-features-conformance |
|
/test-all-features-conformance |
|
/test-all |
|
/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. |
|
/test-ipv6-e2e |
|
Perhaps the issue is because previous failure left stale devices on testbeds, you may clean that port first |
Make sense. |
|
/test-all |
|
/test-ipv6-e2e |
|
/test-e2e |
|
/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>
|
/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