mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Fixes high CPU usage in kubectl drain
This commit is contained in:
@@ -349,7 +349,6 @@ func (d *Helper) evictPods(pods []corev1.Pod, policyGroupVersion string, getPodF
|
||||
if err != nil {
|
||||
errors = append(errors, err)
|
||||
}
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user