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

From wikieduonline
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  [[helm repo add]] [[prometheus-community]]
+
  [[helm repo add]] [[prometheus-community]] https://prometheus-community.github.io/helm-charts
 +
"prometheus-community" [[has been added to your repositories]]
  
=== Basic example ===
 
[[helm install MY NAME prometheus-community/kube-prometheus-stack]]
 
=== [[Grafana]] integration === <ref>https://docs.stakewise.io/node-operator/stakewise-infra-package/usage</ref>
 
[[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 search repo prometheus-community]]
helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
+
[[helm show values prometheus-community/prometheus]]
    --set='[[kubeControllerManager]].enabled=false' \
+
 
    --set='[[kubeEtcd]].enabled=false' \
+
 
    --set='[[kubeScheduler]].enabled=false' \
+
 
    --set='[[kubeProxy]].enabled=false' \
+
== Related ==
    --set='[[defaultRules]].rules.[[etcd]]=false' \
+
* <code>[[helm install prometheus]]</code>
    --set='defaultRules.rules.[[kubernetesSystem]]=false' \
 
    --set='defaultRules.rules.k[[ubeScheduler]]=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 ==
 
== See also ==

Latest revision as of 13:14, 21 December 2022

Advertising: