Difference between revisions of "Helm repo add prometheus-community https://prometheus-community.github.io/helm-charts"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  "prometheus-community" [[has been added to your repositories]]
 
  "prometheus-community" [[has been added to your repositories]]
  
 +
 +
 +
[[helm install prometheus]]
  
 
== Examples ==
 
== Examples ==

Revision as of 21:21, 8 December 2022

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
"prometheus-community" has been added to your repositories


helm install prometheus

Examples

Basic example

helm install MY NAME prometheus-community/kube-prometheus-stack

Grafana integration

[1]

helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
   --set='grafana.sidecar.dashboards.enabled=true' \
   --set='grafana.sidecar.dashboards.searchNamespace=true' \
   --set='prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues=false' \
   --set='prometheus.prometheusSpec.serviceMonitorSelectorNilUsesHelmValues=false' \
   --set='prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false' \
   --set='prometheus.prometheusSpec.probeSelectorNilUsesHelmValues=false' \
   --create-namespace \
   --namespace monitoring \
   --version 39.5.0 \
   -f prom.yaml

GKE/EKS installations

helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
   --set='kubeControllerManager.enabled=false' \
   --set='kubeEtcd.enabled=false' \
   --set='kubeScheduler.enabled=false' \
   --set='kubeProxy.enabled=false' \
   --set='defaultRules.rules.etcd=false' \
   --set='defaultRules.rules.kubernetesSystem=false' \
   --set='defaultRules.rules.kubeScheduler=false' \
   --set='grafana.sidecar.dashboards.enabled=true' \
   --set='grafana.sidecar.dashboards.searchNamespace=true' \
   --set='prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues=false' \
   --set='prometheus.prometheusSpec.serviceMonitorSelectorNilUsesHelmValues=false' \
   --set='prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false' \
   --set='prometheus.prometheusSpec.probeSelectorNilUsesHelmValues=false' \
   --create-namespace \
   --namespace monitoring \
   --version 39.5.0 \
   -f prom.yaml

See also

  • https://docs.stakewise.io/node-operator/stakewise-infra-package/usage
  • Advertising: