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

Wrong apiVersion in getting started examples #2

Closed
deorder opened this issue Apr 16, 2021 · 1 comment · Fixed by reactive-tech/kubegres-website#1
Closed

Wrong apiVersion in getting started examples #2

deorder opened this issue Apr 16, 2021 · 1 comment · Fixed by reactive-tech/kubegres-website#1

Comments

@deorder
Copy link

deorder commented Apr 16, 2021

When I apply the example resource as is I get the following error:

error: unable to recognize "resource.yaml": no matches for kind "Kubegres" in version "io.reactive-tech/v1"

When I modify the apiVersion to kubegres.reactive-tech.io/v1, it works.

I also think the namespace requires an indent, so it will be inside metadata.

@alex-arica
Copy link
Member

alex-arica commented Apr 16, 2021

@deorder thank you for reporting this issue and @heschlie thank you for fixing it so promptly.

We made some API changes after upgrading the SDK used by Kubegres from Kubebuilder version 2 to version 3. And we forgot to update the documentations which were written before the upgrade.

I re-deployed https://www.kubegres.io/ with @heschlie changes.

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

Successfully merging a pull request may close this issue.

2 participants