mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-12 19:15:36 +00:00
Automatic merge from submit-queue. 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>. Fix an issue in inter-pod affinity predicate that cause affinity to self being processed incorrectly **What this PR does / why we need it**: Fixes the anti-affinity issue explained in #62232. **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 #62232 **Special notes for your reviewer**: **Release note**: ```release-note Fix an issue in inter-pod affinity predicate that cause affinity to self being processed incorrectly ``` /sig scheduling