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 2020/01/16 03:49:23 UTC

[GitHub] [camel-k] kameshsampath opened a new issue #1208: Disabling traits does not reflect in camel-k integration

kameshsampath opened a new issue #1208: Disabling traits does not reflect in camel-k  integration
URL: https://github.com/apache/camel-k/issues/1208
 
 
   when we  do `kamel run` with `--trait <trait-name>.enabled=false`  I see the camel logs showing Applying trait 
   
   e.g. 
   
   ```shell
   kamel run --dependency camel:log --dependency camel:bean get-started/echoer.yaml --trait istio.enabled=false --trait jolokia.enabled=false --trait prometheus.enabled=false
   ```
   
   ```json
   camel-k-operator-5d74595cdf-77gwr camel-k-operator {"level":"info","ts":1579105299.3057547,"logger":"camel-k.trait","msg":"Apply trait: jolokia"}
   camel-k-operator-5d74595cdf-77gwr camel-k-operator {"level":"info","ts":1579105299.3057587,"logger":"camel-k.trait","msg":"Apply trait: prometheus"}
   ```

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

[GitHub] [camel-k] astefanutti closed issue #1208: Disabling traits does not reflect in camel-k integration

Posted by GitBox <gi...@apache.org>.
astefanutti closed issue #1208: Disabling traits does not reflect in camel-k  integration
URL: https://github.com/apache/camel-k/issues/1208
 
 
   

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

[GitHub] [camel-k] astefanutti commented on issue #1208: Disabling traits does not reflect in camel-k integration

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #1208: Disabling traits does not reflect in camel-k  integration
URL: https://github.com/apache/camel-k/issues/1208#issuecomment-575030767
 
 
   The Jolokia and Prometheus traits are a bit special as they currently rely on the Fabric8 base image behaviour, that activates Jolokia and Prometheus by default. So to de-activate them, the traits have to be applied.
   
   I agree it's counter-intuitive. It will incidentally solved with #394.

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