Delete unexistent option for the latest version of metrics-server

This commit is contained in:
tompizmor
2018-10-03 12:00:24 +02:00
parent 2c68fa6b61
commit e4c36b72ae
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: metrics-server
version: 2.0.0
version: 2.0.1
appVersion: 0.2.1
description: Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Server collects metrics from the Summary API, exposed by Kubelet on each node.
keywords:

View File

@@ -34,6 +34,5 @@ spec:
containerPort: {{ .Values.securePort }}
command:
- metrics-server
- --source=kubernetes.summary_api:''
- --secure-port={{ .Values.securePort }}