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.