lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

stephanlindauer opened this issue · comments

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

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

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