$ kubectl get $(kubectl api-resources --verbs=list --namespaced=true -o name | paste -sd, -) --ignore-not-found >/dev/null Error from server (Forbidden): podtemplates is forbidden: User "k8s-status" cannot list resource "podtemplates" in API group "" in the namespace "tool-k8s-status" Error from server (Forbidden): serviceaccounts is forbidden: User "k8s-status" cannot list resource "serviceaccounts" in API group "" in the namespace "tool-k8s-status" Error from server (Forbidden): leases.coordination.k8s.io is forbidden: User "k8s-status" cannot list resource "leases" in API group "coordination.k8s.io" in the namespace "tool-k8s-status" Error from server (Forbidden): networkpolicies.crd.projectcalico.org is forbidden: User "k8s-status" cannot list resource "networkpolicies" in API group "crd.projectcalico.org" in the namespace "tool-k8s-status" Error from server (Forbidden): networksets.crd.projectcalico.org is forbidden: User "k8s-status" cannot list resource "networksets" in API group "crd.projectcalico.org" in the namespace "tool-k8s-status" Error from server (Forbidden): events.events.k8s.io is forbidden: User "k8s-status" cannot list resource "events" in API group "events.k8s.io" in the namespace "tool-k8s-status" Error from server (Forbidden): pods.metrics.k8s.io is forbidden: User "k8s-status" cannot list resource "pods" in API group "metrics.k8s.io" in the namespace "tool-k8s-status" Error from server (Forbidden): rolebindings.rbac.authorization.k8s.io is forbidden: User "k8s-status" cannot list resource "rolebindings" in API group "rbac.authorization.k8s.io" in the namespace "tool-k8s-status" Error from server (Forbidden): roles.rbac.authorization.k8s.io is forbidden: User "k8s-status" cannot list resource "roles" in API group "rbac.authorization.k8s.io" in the namespace "tool-k8s-status" Error from server (Forbidden): podpresets.settings.k8s.io is forbidden: User "k8s-status" cannot list resource "podpresets" in API group "settings.k8s.io" in the namespace "tool-k8s-status"
I am honestly not sure if all of these should be listable or not, but it seems useful to take a look and decide why a tool would be refused the ability to see these resource types if they do exist in the tool's namespace.