elasticsearch-operator icon indicating copy to clipboard operation
elasticsearch-operator copied to clipboard

support k8s 1.16

Open jwandrews opened this issue 5 years ago • 1 comments

tl;dr DaemonSet, Deployment, StatefulSet, and ReplicaSet need to be migrated to apps/v1 API group.

There are a few deprecations/removals in 1.16.x that are directly related to the operator.

See here: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

jwandrews avatar Nov 12 '19 13:11 jwandrews

Was someone able to deploy this in 1.16? I tried replacing the deprecated apis on the operator itself without luck.

diegosucaria avatar Jul 08 '20 13:07 diegosucaria