Fixes high CPU usage in kubectl drain

This commit is contained in:
Amanda Hager Lopes de Andrade Katz 2020-10-02 16:02:12 -03:00
parent 112dbd5586
commit de9c2c2090

View File

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