lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications
Apache License 2.0
569 stars 159 forks source link

Upgrade deprecated `apiextensions.k8s.io/v1beta1` to `apiextensions.k8s.io/v1` #237

Open stephanlindauer opened 3 years ago

stephanlindauer commented 3 years ago

The current recommended CRD to use is still using a deprecated apiVersion in https://github.com/lyft/flinkk8soperator/blob/master/deploy/crd.yaml#L1 It would be nice, to have the long-term supported version available here instead.

refs: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122 for

jmorcar commented 2 years ago

Any update?

javiervegas commented 2 years ago

Looks like it went from deprecated to gone, following the instructions I am now getting a

error: unable to recognize "deploy/crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"

error

ronlipke commented 1 year ago

👋 Is there any update on this or expectation of when it will be updated?