Fix broken metrics-server deployment not starting (#4651)

* Fix metrics-server deployment

* Make metrics server work

* Fix sample inventory
This commit is contained in:
Andreas Krüger
2019-04-26 09:44:26 +02:00
committed by Kubernetes Prow Robot
parent a4a35f8a4f
commit 3722acee85
3 changed files with 19 additions and 15 deletions

View File

@@ -17,8 +17,7 @@ dns_min_replicas: 1
kube_encrypt_secret_data: true
ingress_nginx_enabled: true
cert_manager_enabled: true
# Disabled temporarily
metrics_server_enabled: false
metrics_server_enabled: true
metrics_server_kubelet_insecure_tls: true
kube_token_auth: true
kube_basic_auth: true