1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00
Files
prometheus-operator/helm/kube-prometheus
Edward Vella 774d29a48c Adding a nodeSelector to the exporter-node daemonset (#1698)
* Adding a nodeSelector to the exporter-node daemonset

Incrementing the chart version for exporter-node

* Incrementing the chart version for kube-prometheus

* Update Chart.yaml
2018-07-29 14:03:04 +02:00
..

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"