WillemJiang opened a new issue #711: Cannot reinstall the kamel in minikube
URL: https://github.com/apache/camel-k/issues/711
 
 
   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
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to