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

Cannot reinstall the kamel in minikube #711

Closed
WillemJiang opened this issue May 30, 2019 · 4 comments
Closed

Cannot reinstall the kamel in minikube #711

WillemJiang opened this issue May 30, 2019 · 4 comments

Comments

@WillemJiang
Copy link
Member

WillemJiang commented May 30, 2019

Once uninstall the kamel with below command in minikube

kubectl delete all,pvc,configmap,rolebindings,clusterrolebindings,secrets,sa,roles,clusterroles,crd -l 'app=camel-k'

The pod "camel-k-cache" is in pending states after I reinstall the kamel with below commands

kamel install
kamel  run examples/simple.groovy --dev

I found this error when running "kubectl describe pod camel-k-cache"

Events:
  Type     Reason            Age                From               Message
  ----     ------            ----               ----               -------
  Warning  FailedScheduling  9s (x11 over 91s)  default-scheduler  persistentvolumeclaim "camel-k" is being deleted

How can I reinstall kamel without restart the minikube?

@WillemJiang
Copy link
Member Author

It looks like using "kamel reset, kamel install" can reinstall the camel-k.
@nicolaferraro Could you confirm it?

@davsclaus
Copy link
Contributor

Yeah using the CLI should be the more correct way of re-installing. Also we should maybe have an uninstall command ?

@ipolyzos
Copy link
Contributor

@WillemJiang @davsclaus @nicolaferraro

Is this issue still valid?

@davsclaus
Copy link
Contributor

Yeah lets close this

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