AWS EKS metrics not working issu

2020-02-28  本文已影响0人  我是思聪

AWS EKS metrics by default not installed and after installation, we can't get the metrics.
The problem is caused by internal IP, so fixing the deployment.yaml by adding

command: - /metrics-server - --kubelet-preferred-address-types=InternalIP

image.png

Reference: https://github.com/kubernetes-sigs/metrics-server/issues/165#issuecomment-435272021

上一篇 下一篇

猜你喜欢

热点阅读