Skip to content

Commit

Permalink
Merge pull request #3915 from prankul88/k8s-drain-update-0.3
Browse files Browse the repository at this point in the history
🐛 Backport of high cpu usage during kubectl drain
  • Loading branch information
k8s-ci-robot authored Nov 12, 2020
2 parents 24f10f8 + 3f7b6fa commit e9f3ec5
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 e9f3ec5

Please sign in to comment.