kubernetes/cluster/addons/metrics-server
Humble Devassy Chirammal 1cfc29a179 cluster/addons: update container images to latest versions
Update several addon container images to their latest stable versions:
- metrics-server: v0.7.2 → v0.8.0
- addon-resizer: 1.8.14 → 1.8.20
- ip-masq-agent: v2.9.3 → v2.9.4
- kube-network-policies: v0.7.0 → v0.8.0

These updates provide bug fixes, security improvements, and enhanced functionality

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2025-09-28 16:38:18 +05:30
..
auth-delegator.yaml
auth-reader.yaml
metrics-apiservice.yaml
metrics-server-deployment.yaml cluster/addons: update container images to latest versions 2025-09-28 16:38:18 +05:30
metrics-server-service.yaml
OWNERS
README.md
resource-reader.yaml addons: update metrics-server to v0.7.1 2024-05-26 09:57:01 +08:00

Metrics Server

Metrics Server exposes core Kubernetes metrics via metrics API.

More details can be found in Core metrics pipeline documentation.

Troubleshooting

Metrics 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

Important notices

Decreasing resource requirements for cluster addons may cause system instability. The effects may include (but are not limited to):

  • Horizontal Pod Autoscaler not working
  • kubectl top not working (starting with Kubernetes 1.10)

Overwritten configuration persists through cluster updates, therefore may cause all effects above after a cluster update.