This message was deleted.
# general
a
This message was deleted.
b
I have no idea... but...
Copy code
apiVersion: <http://rbac.authorization.k8s.io/v1|rbac.authorization.k8s.io/v1>
kind: ClusterRole
metadata:
  name: get-pods-clusterrole
rules:
- apiGroups: [""]
doesn't match your last line:
apiGroup: <http://rbac.authorization.k8s.io|rbac.authorization.k8s.io>
You put in the
apiVersion
there but the
apiGroups
is null.
h
oh! how did I miss that... thanks, let me give that a go