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

Vanilla Minishift install not working. #1429

Closed
michaelwjoyner opened this issue Apr 25, 2020 · 3 comments
Closed

Vanilla Minishift install not working. #1429

michaelwjoyner opened this issue Apr 25, 2020 · 3 comments
Labels
good first issue Does not require full understanding of the codebase kind/bug Something isn't working
Milestone

Comments

@michaelwjoyner
Copy link

michaelwjoyner commented Apr 25, 2020

Syndesis is already installed fwiw.

I followed the step guide and the CRD is having problems. I am new to Minishift so I might have problems diagnosis obvious things.

mj@mj-desktop:~$ kamel install --cluster-setup
Error: cannot check CRD installation after 25 seconds

mj@mj-desktop:~$ kamel install --skip-cluster-setup
Error: no matches for kind "IntegrationPlatform" in version "camel.apache.org/v1"

@nicolaferraro nicolaferraro added good first issue Does not require full understanding of the codebase kind/bug Something isn't working labels Apr 28, 2020
@nicolaferraro nicolaferraro added this to the 1.0.0 milestone Apr 28, 2020
@ipolyzos
Copy link
Contributor

@michaelwjoyner could you please elaborate more on the procedure you have followed in order to install camel-k and which version of kamel you are using?

Have you followed the local cluster setup guide?

I would assume might be a rights issue. If you could please check the user you are logged in as e.g

$ oc whoami
system:admin

If you are not using admin, please login as admin i.e

$ oc login -u system:admin

And then try again the cluster setup

$ kamel install --cluster-setup

Please, note this operation is only for the first-time installation only.

@michaelwjoyner
Copy link
Author

michaelwjoyner commented May 2, 2020 via email

@davsclaus
Copy link
Contributor

Ok closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Does not require full understanding of the codebase kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants