You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have upgraded to v1.25 and started seeing these errors with every descheduler run:
E1010 18:10:02.963839 1 evictions.go:141] "Error evicting pod" err="Eviction in version \"v1\" cannot be handled as a Eviction: no kind \"Eviction\" is registered for version \"policy/v1\" in scheme \"k8s.io/kubernetes/pkg/api/legacyscheme/scheme.go:30\"" pod="prod/my-pod-name" reason=""
The text was updated successfully, but these errors were encountered:
tl;dr is that descheduler v0.25 is not supported on k8s 1.21, the latest descheduler version you can use is v0.23
/close
(closing as duplicate)
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.
What version of descheduler are you using?
descheduler version: 1.25
Does this issue reproduce with the latest release?
yes
Which descheduler CLI options are you using?
none
Please provide a copy of your descheduler policy config file
What k8s version are you using (
kubectl version
)?1.21 (GKE)
What did you do?
I have upgraded to v1.25 and started seeing these errors with every descheduler run:
The text was updated successfully, but these errors were encountered: