keikoproj / lifecycle-manager

Graceful AWS scaling event on Kubernetes using lifecycle hooks
Apache License 2.0
93 stars 28 forks source link

Upgrade kubectl binary to v1.16.15 #60

Closed JacobHenner closed 4 years ago

JacobHenner commented 4 years ago

Using kubectl 1.12 with clusters >= 1.16 results in DaemonSets not being handled properly during drains, due to the removal of several deprecated API versions for DaemonSets. kubectl 1.16 uses the stable API for DaemonSets, which fixes this issue.

Resolves #59

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.