Fixes high CPU usage in kubectl drain

Kubernetes-commit: da42e66f2f440da14df1468caf9dd70e528a98d3
This commit is contained in:
Amanda Hager Lopes de Andrade Katz 2020-10-02 16:02:12 -03:00 committed by Kubernetes Publisher
parent 578e544384
commit 8ed372291b
1 changed files with 0 additions and 1 deletions

View File

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