mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-22 17:35:12 +00:00
Before this change: # kubectl get pods --as=tom Error from server (Forbidden): pods "" is forbidden: User "tom" cannot list pods in the namespace "default". After this change: # kubectl get pods --as=tom Error from server (Forbidden): pods is forbidden: User "tom" cannot list pods in the namespace "default".