descheduler
descheduler copied to clipboard
Upgrade client-go to 0.24
Support Kubernetes 1.24 version environment.
What version of descheduler are you using? 1.24
descheduler version: Latest
@fredkan the descheduler is built with client-go at 1.24: https://github.com/kubernetes-sigs/descheduler/blob/871a103/go.mod#L12
Are you referring to something else?
I noticed kubectl is on an old version (0.20)
That's a good catch, and I actually don't think we need that dependency on kubectl. The only place it's being used is in an e2e for GetPodQOS()
and it's pretty similar to another GetPodQOS()
function we copied over.
We should look into dropping that if possible, it's kind of weird to be depending on kubectl
Agreed. I took a stab at it here but the builds are broken until 0.25 is merged.
fixed in #938 /close
@damemi: Closing this issue.
In response to this:
fixed in #938 /close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.