kubernetes-sigs / metrics-server

Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/
Apache License 2.0
5.8k stars 1.87k forks source link

Release v0.8.0 #1565

Open slashpai opened 1 month ago

slashpai commented 1 month ago

Installation

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

Changes since v0.7.2

Improvements

slashpai commented 1 month ago

cc @dgrisonnet @yangjunmyfm192085

yangjunmyfm192085 commented 1 month ago

I am not sure whether the dependency https://github.com/kubernetes-sigs/metrics-server/pull/1559 needs to be merged together /cc @dgrisonnet

dgrisonnet commented 1 month ago

Yes ideally we should bump all the deps before cutting a new release

slashpai commented 1 month ago

Go through list of open PRs:

https://github.com/kubernetes-sigs/metrics-server/pull/1522 looks to be useful fix

dgrisonnet commented 1 month ago

The issue behind #1522 seems to be related to kubelet CSRs rather than metrics-server, but I don't have the bandwidth to really look into it

dgrisonnet commented 1 month ago

/triage accepted

slashpai commented 1 month ago

updating readme and version https://github.com/kubernetes-sigs/metrics-server/pull/1567