-
Notifications
You must be signed in to change notification settings - Fork 369
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
Document lack of support for Pod traffic shaping on Photon OS 3 #1548
Document lack of support for Pod traffic shaping on Photon OS 3 #1548
Conversation
Egress traffic shaping is not supported because of a missing Kernel module (ifb), which is required by the bandwitdh CNI plugin. This change also updates TestPodTrafficShaping to skip the test if some of the required Kernel modules for traffic shaping are missing. Fixes antrea-io#1516
Thanks for your PR. The following commands are available:
|
Codecov Report
@@ Coverage Diff @@
## master #1548 +/- ##
==========================================
- Coverage 63.31% 61.85% -1.47%
==========================================
Files 170 181 +11
Lines 14250 15159 +909
==========================================
+ Hits 9023 9377 +354
- Misses 4292 4780 +488
- Partials 935 1002 +67
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
/test-e2e |
/test-conformance |
Egress traffic shaping is not supported because of a missing Kernel
module (ifb), which is required by the bandwitdh CNI plugin.
This change also updates TestPodTrafficShaping to skip the test if some
of the required Kernel modules for traffic shaping are missing.
Fixes #1516