From 9e423a6f712533d191a4d7d48b45518096f7285f Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 5 Dec 2019 23:36:58 +0700 Subject: [PATCH] Fix metrics-server install for EKS --- docs/gitbook/install/flagger-install-on-eks-appmesh.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/gitbook/install/flagger-install-on-eks-appmesh.md b/docs/gitbook/install/flagger-install-on-eks-appmesh.md index 73d19046..3848dc7b 100644 --- a/docs/gitbook/install/flagger-install-on-eks-appmesh.md +++ b/docs/gitbook/install/flagger-install-on-eks-appmesh.md @@ -79,7 +79,8 @@ Install the Horizontal Pod Autoscaler (HPA) metrics provider: ```bash helm upgrade -i metrics-server stable/metrics-server \ ---namespace kube-system +--namespace kube-system \ +--set args[0]=--kubelet-preferred-address-types=InternalIP ``` After a minute, the metrics API should report CPU and memory usage for pods.