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
commit 86a208edc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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