-
Notifications
You must be signed in to change notification settings - Fork 386
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 #4488
Automated cherry pick of #4459: Upgrade Antrea base image to ubuntu:22.04 #4488
Conversation
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 <abas@vmware.com>
068f099
to
36109e7
Compare
Codecov Report
@@ Coverage Diff @@
## release-1.7 #4488 +/- ##
================================================
- Coverage 62.62% 44.60% -18.03%
================================================
Files 298 258 -40
Lines 44408 39235 -5173
================================================
- Hits 27811 17499 -10312
- Misses 14354 19975 +5621
+ Partials 2243 1761 -482
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@tnqn @antoninbas I removed the |
/test-all |
I assume you mean |
During my test if we keep the
I have tested and did not observe this in main branch. Perhaps it is because that we have upgraded OVS to 2.17.3 in main branch already. |
@xliuxu that's fine by me and it makes sense: it's the first time the OVS version that we ship is "older" than the version of OVS provided by the distribution, which explains the automatic upgrade. |
Cherry pick of #4459 on release-1.7.
#4459: Upgrade Antrea base image to ubuntu:22.04
For details on the cherry pick process, see the cherry pick requests page.