-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 43558, 48261, 42376, 46803, 47058) Fix removing finalizer for garbage collector The loop should use 'continue' not 'break', otherwise removeFinalizer() not only removes "orphaningFinalizer" from its finalizers list but also removes others. Fix #48363 **Release note**: ```release-note NONE ```
38543889