You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/27 15:09:02 UTC

[GitHub] [camel-kamelets] 2020testuser edited a comment on issue #469: camel-kOperator Install

2020testuser edited a comment on issue #469:
URL: https://github.com/apache/camel-kamelets/issues/469#issuecomment-907272504


   Thanks!
   It Is Not Minikube. I have Kubernetes running in Linux cluster.
   
   Below Is what I did. I don't see the camel-k operator pod running in my namespace.
   
   1. Dowloaded the camel-k1.5 .
   
   2. Ran the below command.
   `gunzip  camel-k-client-1.5.0-linux-64bit.tar.gz`
   
   3. Ran the below command. 
   `tar  -xvf camel-k-client-1.5.0-linux-64bit.tar`
   
   4. Used the below command to install kamel in my namespace in the Kubernetes cluster.
   `
   kamel install --cluster-setup --cluster-type kubernetes --registry=https://myorg/camelk/ --wait -n myns
   `
   
   I can see Camel-K installed successfully. But, don't see any pod running. Could you please let me know whether I'm missing anything. Thanks!


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org