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
What did you expect to see?
I expect the job to run through.
What did you see instead?
An error:
W0117 11:17:51.870286 1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:serviceaccount:kube-system:descheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0117 11:17:51.870340 1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:serviceaccount:kube-system:descheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
The text was updated successfully, but these errors were encountered:
What version of descheduler are you using?
descheduler version: 0.32.1
Does this issue reproduce with the latest release?
Yes
Which descheduler CLI options are you using?
N/A
Please provide a copy of your descheduler policy config file
N/A
What k8s version are you using (
kubectl version
)?N/A
What did you do?
The template for the
ClusterRole
in therelease-1.32
is missing this entry:What did you expect to see?
I expect the job to run through.
What did you see instead?
An error:
The text was updated successfully, but these errors were encountered: