Fixes high CPU usage in kubectl drain
Kubernetes-commit: da42e66f2f440da14df1468caf9dd70e528a98d3
This commit is contained in:
parent
578e544384
commit
8ed372291b
|
@ -318,7 +318,6 @@ func (d *Helper) evictPods(pods []corev1.Pod, policyGroupVersion string, getPodF
|
|||
if err != nil {
|
||||
errors = append(errors, err)
|
||||
}
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue