mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 02:56:03 +00:00
Automatic merge from submit-queue (batch tested with PRs 60012, 63692, 63977, 63960, 64008). 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>. Only override objects from informer when version has increased. **What this PR does / why we need it**: We don't want an informer resync to override assumed volumes if the version has not increased. **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 #63467 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```