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/12/08 06:41:01 UTC

[GitHub] [camel-k] tadayosi opened a new issue #1848: Integration with Prometheus trait doesn't deploy on Minikube

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


   Prometheus trait works fine on OpenShift, but on Minikube I cannot finish running the following on Minikube even with or without `prometheus.service-monitor`:
   ```
   kamel run examples/simple.js -t prometheus.enabled=true -t prometheus.service-monitor=false
   ```
   It keeps `Deploying` forever:
   ```
   $ kamel get
   NAME	PHASE		KIT
   simple	Deploying	kit-bv7h9harqm6v2qmd9890
   ```
   Note the pod still runs fine and the service `simple-prometheus` is also created behind the scenes, but the phase never changes to `Running`.
   
   Versions info:
   ```
   $ kamel version 
   Camel K Client 1.3.0-SNAPSHOT
   
   $ minikube version 
   minikube version: v1.15.1
   commit: 23f40a012abb52eff365ff99a709501a61ac5876
   ```
   
   


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



[GitHub] [camel-k] tadayosi commented on issue #1848: Integration with Prometheus trait doesn't deploy on Minikube

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #1848:
URL: https://github.com/apache/camel-k/issues/1848#issuecomment-741609726


   As it turns out, it's an issue not only on Minikube but also on k8s in general and even on OCP 3.11 where `ServiceMonitor` CRD is not provided. The root cause is that some bool properties on traits are really not effective and thus `prometheus.service-monitor=false` is neglected. Pls see my pull req above.


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



[GitHub] [camel-k] astefanutti closed issue #1848: Integration with Prometheus trait doesn't deploy on Minikube

Posted by GitBox <gi...@apache.org>.
astefanutti closed issue #1848:
URL: https://github.com/apache/camel-k/issues/1848


   


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