mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
546 B
546 B
kube-prometheus
This is the helm chart equivalent of contrib/kube-prometheus.
Prerequisites
Requires helm >= 2.5.0
Installing on GKE/EKS/AKS
Since the controlplane is managed in these solutions, make sure you tell prometheus to not monitor the scheduler or controller-manager:
deployKubeScheduler: False
deployKubeControllerManager: False
Then install your custom values (for example):
helm upgrade --install kube-prometheus coreos/kube-prometheus --namespace monitoring -f /root/.helm/kube-prometheus-values.yml"