michaeljmcd commented on issue #3442:
URL: https://github.com/apache/camel-k/issues/3442#issuecomment-1183289728

   So, starting fresh, I get CRD installation errors.
   
   ```
   $ export NS=example
   $ minikube delete
   $ kubectl create namespace $NS 
   $ kubectl config set-context --current --namespace=$NS 
   $ kamel install --global                                                     
                                                                                
    
   OLM is available in the cluster
   Error: cannot check CRD installation after 90 seconds
   # Re-run due to the message above.
   $ kamel install --global                                                     
                                                                                
     
   OLM is available in the cluster
   OLM resources are already available: skipping installation
   Error: cannot check CRD installation after 90 seconds
   $ kamel install --skip-operator-setup -n $NS
   Error: cannot check CRD installation after 90 seconds
   $ kubectl get pods -n $NS                                                    
                                                                                
               
   No resources found in example namespace.
   ```
   
   I'll try it again here in a bit.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to