jhunt / k8s-boshrelease

A BOSH Release for deploying Kubernetes clusters
MIT License
13 stars 9 forks source link

BOSH drain, Meet Kubelet drain #34

Closed jhunt closed 4 years ago

jhunt commented 4 years ago

Now (unless you turn it off) the kubelet job will evict Pods so that they get rescheduled on other nodes in the cluster, when we stop jobs. This should lead to better quality-of-life on clusters during controlled recreates, stemcell rolls, and software component upgrades / updates.

tpoland commented 4 years ago

lgtm