apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
859 stars 344 forks source link

Missing option to enable prometheus monitoring when installing Camel-K using Helm #3429

Open bjethwan opened 2 years ago

bjethwan commented 2 years ago

Documentation here talks about enabling camel-k operator monitoring using kamel cmd util BUT it's missing information about enabling the same using camel-k helm chart. https://camel.apache.org/camel-k/1.9.x/observability/monitoring/operator.html

bjethwan commented 2 years ago

Is it possible to install camel-k using Helm but enable prometheus monitoring using "kamel" cli?

bjethwan commented 2 years ago

I guess the option is missing altogether in camel-k helm chart

helm show values camel-k/camel-k

# Default values for camel-k.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

nameOverride: ""
fullnameOverride: ""

operator:
  image: docker.io/apache/camel-k:1.9.2

platform:
  build:
    registry: {}
  cluster: ""
github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!

MehrCurry commented 1 year ago

Any news? I just came here while i want to enable monitoring.