Merge pull request #95260 from amandahla/issue93784

Fixes high CPU usage in kubectl drain
This commit is contained in:
Kubernetes Prow Robot
2020-10-19 07:52:13 -07:00
committed by GitHub

View File

@@ -349,7 +349,6 @@ func (d *Helper) evictPods(pods []corev1.Pod, policyGroupVersion string, getPodF
if err != nil {
errors = append(errors, err)
}
default:
}
}