Skip to content

Commit 86a208e

Browse files
authored
Merge pull request kubernetes#95260 from amandahla/issue93784
Fixes high CPU usage in kubectl drain
2 parents 5f2ebe4 + de9c2c2 commit 86a208e

File tree

1 file changed

+0
-1
lines changed
  • staging/src/k8s.io/kubectl/pkg/drain

1 file changed

+0
-1
lines changed

staging/src/k8s.io/kubectl/pkg/drain/drain.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ func (d *Helper) evictPods(pods []corev1.Pod, policyGroupVersion string, getPodF
349349
if err != nil {
350350
errors = append(errors, err)
351351
}
352-
default:
353352
}
354353
}
355354

0 commit comments

Comments
 (0)