Specifically get,list are needed for pods, services in the default API group when using these options:
- apiGroups: [""]
resources: ["pods", "services"]
verbs: ["get", "list"]
Consider adding this to the README.
kube apiserver logs:
Could not query pod "<pod>" in namespace "<namespace>":
pods "<pod>" is forbidden:
User "system:serviceaccount:kube-system:<name>"
cannot get resource "pods" in API group "" in the namespace "<namespace>"