Skip to content
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

error: unable to recognize "install.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta" #15

Open
dev852com opened this issue Nov 15, 2021 · 2 comments

Comments

@dev852com
Copy link

CustomResourceDefinition is outdated.

kubectl apply -f install.yaml

Output:

error: unable to recognize "install.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta"

Tried to use kubectl convert but does not work

kubectl convert -f install.yaml

Output:

error: unable to decode "install.yaml": no kind "CustomResourceDefinition" is registered for version "apiextensions.k8s.io/v1beta" in scheme "k8s.io/kubernetes/pkg/api/legacyscheme/scheme.go:30"
@samip5
Copy link

samip5 commented Jan 27, 2022

The project uses 4 year old api things, aka legacy schema. It's not maintained.

@bugfest
Copy link

bugfest commented Jan 27, 2022

@samip5 @dev852com I've reimplemented it. Feel free to try it out and report any bugs or PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants