Open slashpai opened 2 months ago
cc @dgrisonnet @yangjunmyfm192085
I am not sure whether the dependency https://github.com/kubernetes-sigs/metrics-server/pull/1559 needs to be merged together /cc @dgrisonnet
Yes ideally we should bump all the deps before cutting a new release
Go through list of open PRs:
https://github.com/kubernetes-sigs/metrics-server/pull/1522 looks to be useful fix
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
/triage accepted
updating readme and version https://github.com/kubernetes-sigs/metrics-server/pull/1567
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
Installation
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.8.0/components.yaml
Changes since v0.7.2
Improvements
disable-http2-serving
flag added in SecureServingOptions (https://github.com/kubernetes/kubernetes/pull/122176) for metrics-server