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.86k stars 1.88k forks source link

Release v0.8.0 #1565

Open slashpai opened 2 months ago

slashpai commented 2 months 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 2 months ago

cc @dgrisonnet @yangjunmyfm192085

yangjunmyfm192085 commented 2 months 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 2 months ago

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

slashpai commented 2 months ago

Go through list of open PRs:

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

dgrisonnet commented 2 months 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 2 months ago

/triage accepted

slashpai commented 2 months ago

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

RainbowMango commented 4 days ago

Hi @slashpai Could you explain why we need to update Go with v1.23 instead of v1.22?

Note that, Kubernetes v1.31 is using v1.22, and is not ready for Go v1.23. Kuberentes made some changes to adopt Go v1.23, see https://github.com/kubernetes/kubernetes/pull/127271#issuecomment-2341698484 for more details.

So, I suggest rollback to Go v1.22 if there is no specific reason for v1.23.

also cc @dgrisonnet