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 applying manifests #19

Open
behrica opened this issue Oct 13, 2021 · 1 comment
Open

error applying manifests #19

behrica opened this issue Oct 13, 2021 · 1 comment
Labels
question Further information is requested

Comments

@behrica
Copy link

behrica commented Oct 13, 2021

I get this errors applying

kustomize build . | kubectl apply -f -

unable to recognize "STDIN": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
unable to recognize "STDIN": no matches for kind "ShinyProxy" in version "openanalytics.eu/v1alpha1"
@LEDfan
Copy link
Member

LEDfan commented Nov 2, 2021

Hi

I seem to have missed this issue. The reason you get this, is that the CRD resource is not yet applied when you try to apply the other resources. The simple solution is to run the command a second time. By design there is not really a proper way to fix this using kustomize.

I hope this helps, let me know if you encounter any other issue with the operator!

@LEDfan LEDfan added the question Further information is requested label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants