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 #3731: Fix tolerations for Kubernetes >= 1.24 #3746

Conversation

xliuxu
Copy link
Contributor

@xliuxu xliuxu commented May 7, 2022

Cherry pick of #3731 on release-1.6.

#3731: Fix tolerations for Kubernetes >= 1.24

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

@xliuxu xliuxu 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 May 7, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 7, 2022

Codecov Report

Merging #3746 (cc405aa) into release-1.6 (49d4253) will decrease coverage by 9.18%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-1.6    #3746      +/-   ##
===============================================
- Coverage        64.12%   54.94%   -9.19%     
===============================================
  Files              278      392     +114     
  Lines            27839    43105   +15266     
===============================================
+ Hits             17853    23684    +5831     
- Misses            8078    17017    +8939     
- Partials          1908     2404     +496     
Flag Coverage Δ
integration-tests 38.19% <ø> (?)
kind-e2e-tests 51.28% <ø> (+0.10%) ⬆️
unit-tests 43.36% <ø> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
pkg/agent/nodeportlocal/k8s/annotations.go 83.87% <0.00%> (-9.68%) ⬇️
pkg/controller/egress/store/egressgroup.go 54.16% <0.00%> (-5.56%) ⬇️
pkg/agent/openflow/pod_connectivity.go 68.42% <0.00%> (-3.51%) ⬇️
pkg/agent/cniserver/ipam/antrea_ipam.go 79.78% <0.00%> (-3.20%) ⬇️
...g/controller/networkpolicy/store/appliedtogroup.go 86.36% <0.00%> (-3.04%) ⬇️
pkg/controller/networkpolicy/status_controller.go 66.47% <0.00%> (-2.90%) ⬇️
pkg/agent/nodeportlocal/k8s/npl_controller.go 58.70% <0.00%> (-2.05%) ⬇️
...ntroller/networkpolicy/networkpolicy_controller.go 70.42% <0.00%> (-0.92%) ⬇️
...rea/pkg/agent/cniserver/pod_configuration_linux.go 26.31% <0.00%> (ø)
antrea/pkg/agent/openflow/network_policy.go 50.60% <0.00%> (ø)
... and 119 more

The taints for control-plane Nodes are changed for cluster version
>= 1.24. Add a new toleration for Pods running on control-plane
Nodes to make sure they can be scheduled.

Signed-off-by: Xu Liu <xliu2@vmware.com>
@xliuxu xliuxu force-pushed the automated-cherry-pick-of-#3731-upstream-release-1.6 branch from ca749ec to cc405aa Compare May 8, 2022 12:48
@tnqn
Copy link
Member

tnqn commented May 9, 2022

/test-all

@xliuxu
Copy link
Contributor Author

xliuxu commented May 10, 2022

/test-conformance

@tnqn
Copy link
Member

tnqn commented May 10, 2022

/skip-networkpolicy
/skip-conformance
manually verified above tests.

@tnqn tnqn merged commit afa0b77 into antrea-io:release-1.6 May 10, 2022
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.

None yet

3 participants