[stable/kube-state-metrics]disable VPA collectors by default (#22495)

Signed-off-by: tariqibrahim <tariq181290@gmail.com>
This commit is contained in:
Tariq Ibrahim
2020-05-24 00:49:10 -07:00
committed by GitHub
parent 2621f9913c
commit 7be00bf5f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 2.8.5
version: 2.8.6
appVersion: 1.9.6
home: https://github.com/kubernetes/kube-state-metrics/
sources:
+1 -1
View File
@@ -118,7 +118,7 @@ collectors:
statefulsets: true
storageclasses: true
validatingwebhookconfigurations: true
verticalpodautoscalers: true
verticalpodautoscalers: false
volumeattachments: true
# Namespace to be enabled for collecting resources. By default all namespaces are collected.