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