-
Notifications
You must be signed in to change notification settings - Fork 376
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
Release 1.7.0 #3895
Release 1.7.0 #3895
Conversation
e47416a
to
953e58e
Compare
CHANGELOG/CHANGELOG-1.7.md
Outdated
* Add an Antrea Agent configuration option `multicast.igmpQueryInterval` to specify the interval at which the antrea-agent sends IGMP queries to Pods. ([#3819](https://github.com/antrea-io/antrea/pull/3819), [@liu4480]) | ||
- Add the following capabilities to the Multicluster feature: | ||
* Add a number of `antctl mc` subcommands for bootstrapping Multi-cluster; refer to [antct.md](https://github.com/antrea-io/antrea/blob/release-1.7/docs/multicluster/antctl.md) for more information. ([#3474](https://github.com/antrea-io/antrea/pull/3474), [@hjiajing]) | ||
* <Placeholder for Gateway, ClusterInfo related changes>. ([#3689](https://github.com/antrea-io/antrea/pull/3689) [#3463](https://github.com/antrea-io/antrea/pull/3463) [#3603](https://github.com/antrea-io/antrea/pull/3603), [@luolanzone]) |
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.
@luolanzone could you help summarize the changes we made in 1.7 for Gateway and ClusterInfo?
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.
Hi, @tnqn here is the info:
Add Gateway and ClusterInfoImport CRDs and controllers to allow basic cluster information (Service CIDR, Gateway IPs etc.) exchange between member clusters. (#3689 #3463, [@luolanzone])
Add Multicluster feature to support direct Service access cross clusters through Gateway Node. #3603, [@luolanzone])
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.
thanks, added
/test-whole-conformance |
Codecov Report
@@ Coverage Diff @@
## release-1.7 #3895 +/- ##
===============================================
+ Coverage 63.63% 63.85% +0.21%
===============================================
Files 293 293
Lines 43224 43224
===============================================
+ Hits 27504 27599 +95
+ Misses 13484 13406 -78
+ Partials 2236 2219 -17
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/test-multicluster-dataplane-e2e |
/test-flexible-ipam-e2e |
c6de751
to
f955b70
Compare
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
/skip-e2e |
Signed-off-by: Quan Tian <[email protected]>
Signed-off-by: Quan Tian <[email protected]>
/test-whole-conformance |
/test-ipv6-only-networkpolicy |
/test-ipv6-e2e |
/test-multicast-e2e jenkins-whole-conformance failed on a known upstream flaky test kubernetes/kubernetes#95108 which has been fixed in v1.21.0 (the test was v1.20.1) |
Signed-off-by: Quan Tian [email protected]