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
Hello, we have Ambassador as one of the addons in minikube.
The problem is we updated the default version of Kubernetes to 1.22 as that's the latest GA release, however in that release they stopped supporting apiextensions.k8s.io/v1beta1 which is still in use here https://github.com/datawire/ambassador-operator/blob/master/deploy/crds/getambassador.io_ambassadorinstallations_crd.yaml.
Unfortunately on our latest release of minikube (v1.23.0) the Ambassador addon is no longer working.
More details about the deprecation can be found here: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122
Thank you
The text was updated successfully, but these errors were encountered:
FYI, Ambassador has been renamed to emissary-ingress: https://www.cncf.io/blog/2021/04/13/emissary-ingress-formerly-ambassador-is-now-a-cncf-incubating-project/
Sorry, something went wrong.
No branches or pull requests
Hello, we have Ambassador as one of the addons in minikube.
The problem is we updated the default version of Kubernetes to 1.22 as that's the latest GA release, however in that release they stopped supporting
apiextensions.k8s.io/v1beta1
which is still in use here https://github.com/datawire/ambassador-operator/blob/master/deploy/crds/getambassador.io_ambassadorinstallations_crd.yaml.Unfortunately on our latest release of minikube (v1.23.0) the Ambassador addon is no longer working.
More details about the deprecation can be found here: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122
Thank you
The text was updated successfully, but these errors were encountered: