...
1# Metrics Server
2
3[Metrics Server](https://github.com/kubernetes-incubator/metrics-server) exposes
4core Kubernetes metrics via metrics API.
5
6More details can be found in [Core metrics pipeline documentation](https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/).
7
8## Troubleshooting
9
10Metrics Server supports up to 30 pods per cluster node. In clusters where there are more running pods, Metrics Server may be throttled or fail with OOM error. Starting with Kubernetes 1.9.2, Metrics Server resource requirements may be overwritten manually. [Learn more about Addon Resizer configuration](https://github.com/kubernetes/autoscaler/tree/master/addon-resizer#addon-resizer-configuration)
11
12### Important notices
13
14Decreasing resource requirements for cluster addons may cause system instability. The effects may include (but are not limited to):
15 - Horizontal Pod Autoscaler not working
16 - `kubectl top` not working (starting with Kubernetes 1.10)
17
18Overwritten configuration persists through cluster updates, therefore may cause all effects above after a cluster update.
View as plain text