mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Automatic merge from submit-queue (batch tested with PRs 62495, 63003, 62829, 62151, 62002). 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 scheduler informers to receive events for all the pods in the cluster **What this PR does / why we need it**: This PR has an important change to fix scheduler informers. More information in #63002. **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 #63002 **Special notes for your reviewer**: This should be back-ported to 1.10 and 1.9. **Release note**: ```release-note Fix scheduler informers to receive events for all the pods in the cluster. ```