k0pper opened a new issue #2896:
URL: https://github.com/apache/camel-k/issues/2896


   Hello,
   
   I tried enabling Prometheus metrics with the Prometheus Trait and installing 
the helm prometheus release 
    
   
   `echo '{"spec": {"traits": {"prometheus": { "configuration": {"enabled": 
true } } }}}' > monitoring-patch.json`
   `kubectl patch integrationplatform camel-k --patch "$(cat 
monitoring-patch.json)" --namespace camel-k --type='merge'`
   `helm install prometheus prometheus-community/prometheus --namespace camel-k`
   
   Everything works kind of, but all the KameletBindings I try to create 
afterwards are stuck in the "Creating" phase. They **do** get deployed and they 
work as they should, but they never exit the "Creating" status. 
   
   Without the Prometheus Trait, everything works again, why?
   
   Alex


-- 
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-unsubscr...@camel.apache.org

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


Reply via email to