JaneLiuL
JaneLiuL
@ingvagabund ok for review now, would you please kindly review this pr ? :)
agree with @ingvagabund , some pods have tolerations , we still need to check some strategies on all nodes.
hi @matti since you are use the helm charts to deploy, by default helm chart is deploy cronjob, and cronjob each time will always have to relist and no cache...
i check Kubernetes 1.25 rc.0 already tag, if no one pick , i will start to work on it :)
Steps for Descheduler release: * Bump k8s.io dependencies to rc post code freeze/prior to 1.25 release (ex https://github.com/kubernetes-sigs/descheduler/pull/539) (nice to have) * Bump k8s.io dependencies to GA 1.25 post release...
greate~~ i will check is there anyone will pick the `rc.0`, if no one pick till 2022-8-13, i will start to work on `rc-0`. :)
since no one pick `rc.0`, i would start to work on `rc.0` now
update here. i raise pr, but i finger out k8s 1.25.0-rc.0 have issues with fakeclient evict pod, check function here https://github.com/JaneLiuL/descheduler/blob/master/pkg/descheduler/descheduler_test.go#176 i use fakeclient to evict pod, but the pod...