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

@@ -27,12 +27,6 @@ dependencies:
- apps
- registry
- role: kubernetes-apps/metrics
when: prometheus_operator_enabled
tags:
- apps
- metrics
# istio role should be last because it takes a long time to initialize and
# will cause timeouts trying to start other addons.
- role: kubernetes-apps/istio