Installation

kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.8.0/components.yaml

Changes since v0.7.2

Improvements

* Wire server run options to flags #1560  #1656 (@benluddy, @slashpai)
* Bump Golang to v1.24.4  and to Kubernetes clients to v0.33.2  #1662, #1665 (@dgrisonnet,@yangjunmyfm192085,@slashpai)
   *  This will help to include the `disable-http2-serving` flag added in SecureServingOptions (https://github.com/kubernetes/kubernetes/pull/122176) for metrics-server
* Bump Prometheus module to v0.304.2 #1652, #1675 (@slashpai , @dependabot)

Tooling

* Add support for specifying other container engines #1649 (@slashpai)