mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-26 13:22:55 +00:00
Automatic merge from submit-queue (batch tested with PRs 59394, 58769, 59423, 59363, 59245). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Ensure euqiv hash calculation is per schedule **What this PR does / why we need it**: Currently, equiv hash is calculated per schedule, but also, per node. This is a potential cause of dragging integration test, see #58881 We should ensure this only happens once during scheduling of specific pod no matter how many nodes we have. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #58989 **Special notes for your reviewer**: **Release note**: ```release-note Ensure euqiv hash calculation is per schedule ```