-
Notifications
You must be signed in to change notification settings - Fork 380
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
Automated cherry pick of #4459: Upgrade Antrea base image to ubuntu:22.04 #4499: Update remaining images to use ubuntu:22.04 base image #4525
Conversation
Codecov Report
@@ Coverage Diff @@
## release-1.8 #4525 +/- ##
===============================================
+ Coverage 63.16% 66.23% +3.07%
===============================================
Files 304 304
Lines 46650 46650
===============================================
+ Hits 29466 30899 +1433
+ Misses 14829 13346 -1483
- Partials 2355 2405 +50
|
Ubuntu 20.04 comes with iptables 1.8.4, which seems to have several bugs when used with nft. In particular, we observe that iptables-restore sometimes segfaults when restoring the ANTREA-NODE-PORT-LOCAL chain in the nat table. Ubuntu 22.04 comes with a more recent iptables version, 1.8.7. As part of this change, we change the tag format for base images (antrea/openvswitch and antrea/base-ubuntu). We no longer use the OVS version as the tag, instead we use the Antrea minor version number. Fixes antrea-io#4435 Signed-off-by: Antonin Bas <[email protected]>
cd63e84
to
f858270
Compare
/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
342c0ab
to
23820d9
Compare
“Check tidy, code generation and manifest” still failed |
We also update the Vagrant-based test infra to use Ubuntu 22.04 as the Node OS. Because Ubuntu 22.04 ships with crgroup v2, we need to configure containerd to use the systemd cgroup driver. Signed-off-by: Antonin Bas <[email protected]>
23820d9
to
cdaca95
Compare
/test-all |
|
Cherry pick of #4459 #4499 on release-1.8.
#4459: Upgrade Antrea base image to ubuntu:22.04
#4499: Update remaining images to use ubuntu:22.04 base image
For details on the cherry pick process, see the cherry pick requests page.