no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1" #980
Replies: 2 comments 1 reply
-
Could it be possible that you are running server version of 1.22 or higher? My server version is 1.21 and it runs correctly. (I am using Azure Kubernetes Services) This can show you which version you are using:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I ran into the exact same issue when deploying OnePanel in Azure (using Azure Kubernetes Services). Is there any other way to resolve this? Thanks! |
Beta Was this translation helpful? Give feedback.
-
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.
`$ opctl apply
Starting deployment...
clusterrole.rbac.authorization.k8s.io/application-manager-role configured
clusterrolebinding.rbac.authorization.k8s.io/application-manager-rolebinding configured
namespace/application-system unchanged
service/application-controller-manager-service unchanged
statefulset.apps/application-controller-manager unchanged
Failed: unable to recognize ".onepanel/application.kubernetes.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"`
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.
Beta Was this translation helpful? Give feedback.
All reactions