Merge pull request #118228 from carlory/move-non-graceful-node-shutdown-to-GA

move non-graceful node shutdown to GA
This commit is contained in:
Kubernetes Prow Robot
2023-07-13 15:47:37 -07:00
committed by GitHub
6 changed files with 8 additions and 22 deletions

View File

@@ -127,9 +127,7 @@ func (gcc *PodGCController) gc(ctx context.Context) {
if gcc.terminatedPodThreshold > 0 {
gcc.gcTerminated(ctx, pods)
}
if utilfeature.DefaultFeatureGate.Enabled(features.NodeOutOfServiceVolumeDetach) {
gcc.gcTerminating(ctx, pods)
}
gcc.gcTerminating(ctx, pods)
gcc.gcOrphaned(ctx, pods, nodes)
gcc.gcUnscheduledTerminating(ctx, pods)
}