-
Notifications
You must be signed in to change notification settings - Fork 370
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
Graduate some features from Alpha to Beta #1531
Graduate some features from Alpha to Beta #1531
Conversation
Thanks for your PR. The following commands are available:
|
Codecov Report
@@ Coverage Diff @@
## master #1531 +/- ##
==========================================
+ Coverage 63.31% 64.28% +0.96%
==========================================
Files 170 181 +11
Lines 14250 15180 +930
==========================================
+ Hits 9023 9758 +735
- Misses 4292 4395 +103
- Partials 935 1027 +92
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-all |
docs/feature-gates.md
Outdated
Windows. In order to support cluster Services as the destination for tracing | ||
requests, `AntreaProxy` should be enabled (it is not enabled by default for | ||
Linux Nodes in "encap" mode).. | ||
Until Antrea v0.11 and its graduation to Beta, this feature could only be used |
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.
Better to explicitly say after v0.11 the requirement is gone?
LGTM, got a minor suggestion: test-e2e-kind.sh won't run the tests with -prometheus, yet I think that the manifest will enable prometheus by default. We could maybe remove the skip from the tests which do not require Prometheus server. |
9e4396a
8f79898
to
9e4396a
Compare
/test-all |
/test-ipv6-all |
9e4396a
to
5d3d9b6
Compare
* AntreaProxy * Traceflow * Prometheus metrics (not controlled by a feature gate but by a boolean config parameter, which now defaults to 'true') This change required a few modifications to some of our test scripts.
5d3d9b6
to
52141ac
Compare
/test-all |
@ksamoray thanks for pointing this out, I think that's something we could address in a follow-up PR |
/test-all-features-conformance |
/test-ipv6-only-e2e |
/test-ipv6-only-networkpolicy |
/test-ipv6-e2e |
/test-windows-conformance |
/test-ipv6-only-conformance |
/test-ipv6-e2e |
/test-ipv6-only-e2e |
/test-ipv6-only-conformance |
/test-ipv6-all |
/test-ipv6-only-networkpolicy |
/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
config parameter, which now defaults to 'true')
This change required a few modifications to some of our test scripts.