Skip to content
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 #4480: Fix that Antrea Agent may crash when dualstack #4754

Conversation

luolanzone
Copy link
Contributor

Cherry pick of #4480 on release-1.7.

#4480: Fix that Antrea Agent may crash when dualstack

For details on the cherry pick process, see the cherry pick requests page.

When a Cluster is dualstack, it assumes that every Node is configured with
both IPv4 and IPv6 addresses for Antrea Agent. However, if a Node is only
configured with either IPv4 or IPv6 address, Antrea Agent will get crashed.

Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
@luolanzone luolanzone added the kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release label Mar 24, 2023
@codecov
Copy link

codecov bot commented Mar 24, 2023

Codecov Report

Merging #4754 (c0c8e55) into release-1.7 (a7cd58d) will decrease coverage by 1.96%.
The diff coverage is 75.86%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-1.7    #4754      +/-   ##
===============================================
- Coverage        62.68%   60.72%   -1.96%     
===============================================
  Files              298      298              
  Lines            44439    44457      +18     
===============================================
- Hits             27856    26997     -859     
- Misses           14363    15300     +937     
+ Partials          2220     2160      -60     
Flag Coverage Δ
kind-e2e-tests 46.86% <34.48%> (-3.24%) ⬇️
unit-tests 44.10% <62.06%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/agent/agent.go 53.03% <33.33%> (-0.40%) ⬇️
pkg/agent/config/node_config.go 96.87% <95.00%> (-3.13%) ⬇️

... and 43 files with indirect coverage changes

@tnqn
Copy link
Member

tnqn commented Mar 27, 2023

/skip-all

3 similar comments
@tnqn
Copy link
Member

tnqn commented Mar 27, 2023

/skip-all

@tnqn
Copy link
Member

tnqn commented Mar 27, 2023

/skip-all

@tnqn
Copy link
Member

tnqn commented Mar 27, 2023

/skip-all

@tnqn tnqn merged commit 3739774 into antrea-io:release-1.7 Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants