We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apiextensions.k8s.io/v1beta1
apiextensions.k8s.io/v1
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.
apiVersion
refs: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122 for
The text was updated successfully, but these errors were encountered:
Any update?
Sorry, something went wrong.
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?
No branches or pull requests
The current recommended CRD to use is still using a deprecated
apiVersion
in https://github.com/lyft/flinkk8soperator/blob/master/deploy/crd.yaml#L1It 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
The text was updated successfully, but these errors were encountered: