Unable to delete pods

If I click on the three dots for a pod in the pods list, and select delete, I get this error:

pods “ercot-rabbitmq-0” is forbidden: User “system:serviceaccount:esol-ap31011-dev-namespace:esol-ap31011-dev-user-reader” cannot create resource “pods/eviction” in API group “” in the namespace “esol-ap31011-dev-namespace”

This is true of all pods in all clusters, as far as I can tell. I can delete pods using the command line (kubectl delete pod). Someone else with the identical config file is able to do it without problems in Lens. Any ideas how to fix this?

I’m getting same issue, did you find a way to fix this?

Probably due to the recent usage of the Eviction API for delete: Support using Eviction API when deleting Pods and Deployments · Issue #5602 · lensapp/lens · GitHub

Sounds like a good theory. I wonder if the problem is that the API group is an empty string. How does this get set?