-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
Azure AKS: No matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1" #982
Comments
I got the same error on AWS EKS. opctl apply gives this output `Starting deployment... clusterrole.rbac.authorization.k8s.io/application-manager-role configured Failed: unable to recognize ".onepanel/application.kubernetes.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"` opctl app status gives me `Your deployment is NOT ready; not all Pods are running. To view all Pods: ArtifactRepository tests: Successful` ectl get pods -A gives the output
I can not get rid of the feeling that it is a dns error. but do not come on it. |
I have the same error on AKS. Right now, AKS runs on higher k8s version (1.23.8 is the lowest, 1.24.6 default). |
Do you know if it is possible to deploy it on Azure when the server version can not be lower than 1.25, even though I get the client on 1.21.x to make it work with v1beta1. I even tried changing the file definition to be v1 and change .onepanel/application.kubernetes.yaml to be updated version but there are a lot of files overwritting it to the v1beta1 version and now it cannot be deployed. |
Discussed in #980
Originally posted by jhall-bondi September 1, 2022
Hi
Following the quick start guide setting up the project in WSL. Came across this error after using the "opctl apply" which has me stumped.
output below:
Some googling found this issue. https://stackoverflow.com/questions/69054622/unable-to-install-crds-in-kubernetes-kind
So either I have not followed a step correctly, or maybe the manifest is applying outdated API versions?
Some pointers in the right direction would be appreciated.
Josh.
The text was updated successfully, but these errors were encountered: