Closed JacobHenner closed 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
All committers have signed the CLA.
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