Skip to content

Commit

Permalink
🐛 Backport of high cpu usage during kubectl drain
Browse files Browse the repository at this point in the history
  • Loading branch information
prankul88 committed Nov 12, 2020
1 parent 24ac840 commit 3f7b6fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/kubernetes-drain/drain.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ func (d *Helper) evictPods(pods []corev1.Pod, policyGroupVersion string, getPodF
if err != nil {
errors = append(errors, err)
}
default:
}
}

Expand Down

0 comments on commit 3f7b6fa

Please sign in to comment.