You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/06/17 07:08:26 UTC

[GitHub] [camel-k] jamesnetherton commented on issue #745: Add a --global install option

jamesnetherton commented on issue #745: Add a --global install option
URL: https://github.com/apache/camel-k/issues/745#issuecomment-502561367
 
 
   Just want to check that my understanding of what the workflow would look like for this is correct. I was thinking something like:
   
   1. Install the operator 'globally':
   
   ```
   kamel install --global --namespace camel-k
   ```
   2. Install platform into secondary namespace(s):
   
   ```
   kamel install --skip-operator-setup --namespace namespace-1
   ```
   ```
   kamel install --skip-operator-setup --namespace namespace-2
   ```
   
   3. Create integration(s):
   
   ```
   kamel run example-java.java --namespace namespace-1
   ```
   ```
   kamel run example-js.js --namespace namespace-2
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services