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 #4757

Conversation

luolanzone
Copy link
Contributor

Cherry pick of #4480 on release-1.10.

#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 #4757 (792eea8) into release-1.10 (c496517) will increase coverage by 0.19%.
The diff coverage is 75.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           release-1.10    #4757      +/-   ##
================================================
+ Coverage         67.97%   68.17%   +0.19%     
================================================
  Files               404      404              
  Lines             58231    58251      +20     
================================================
+ Hits              39582    39711     +129     
+ Misses            15891    15794      -97     
+ Partials           2758     2746      -12     
Flag Coverage Δ
integration-tests 34.60% <0.00%> (+<0.01%) ⬆️
kind-e2e-tests 48.20% <32.14%> (+0.45%) ⬆️
unit-tests 56.79% <64.28%> (+0.01%) ⬆️
Impacted Files Coverage Δ
pkg/agent/agent.go 52.98% <25.00%> (-0.02%) ⬇️
pkg/agent/config/node_config.go 94.87% <95.00%> (-1.13%) ⬇️

... and 25 files with indirect coverage changes

@tnqn
Copy link
Member

tnqn commented Mar 27, 2023

/skip-all

@tnqn tnqn merged commit ea721b8 into antrea-io:release-1.10 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