Remove prometheus operator from Kubespray (#2658)

Kubespray should not install any helm charts. This is a task
that a user should do on his/her own through ansible or another
tool. It opens the door to wrapping installation of any helm
chart.
This commit is contained in:
Matthew Mosesohn
2018-04-13 18:53:39 +03:00
committed by GitHub
parent e95ba800ea
commit 49e3665d96
5 changed files with 1 additions and 56 deletions

View File

@@ -162,15 +162,9 @@ dashboard_enabled: true
# Monitoring apps for k8s
efk_enabled: false
# Helm deployment. Needs for Prometheus Operator, k8s metrics.
# Helm deployment
helm_enabled: false
# Prometheus Operator. Needs for k8s metrics. Installed Helm is required.
prometheus_operator_enabled: false
# K8s cluster metrics. Installed Helm and Prometheus Operator are required.
k8s_metrics_enabled: false
# Istio deployment
istio_enabled: false