mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-22 06:59:03 +00:00
Automatic merge from submit-queue (batch tested with PRs 50537, 49699, 50160, 49025, 50205) AddOrUpdateTaint should ignore duplicate Taint. The parameter of AddOrUpdateTaint is Taint pointer, so should use Taint object itself to compare with the node's taint list to ignore duplicate taint. While doing #49384, found this issue and fixed. Fixed part of #49384, other test cases will be added in the following patch **Release note**: ``` None ```