You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error retrieving resource lock tailing-sidecar-system/7b555970.sumologic.com: leases.coordination.k8s.io is forbidden: User cannot get resource leases in API group "coordination.k8s.io" in the namespace "tailing-sidecar-system"
How I was able to fix:
Grant these permissions
apiGroups:
coordination.k8s.io
resources:
leases
verbs:
create
get
list
update
to
kind: Role
name: tailing-sidecar-leader-election-role
The text was updated successfully, but these errors were encountered:
k8s version: v1.20.7
kubectl version: v1.21.0
helm version: v3.6.0
Command used to install operator:
Error from the manager container:
error retrieving resource lock tailing-sidecar-system/7b555970.sumologic.com: leases.coordination.k8s.io is forbidden: User cannot get resource leases in API group "coordination.k8s.io" in the namespace "tailing-sidecar-system"
How I was able to fix:
Grant these permissions
resources:
verbs:
to
kind: Role
name: tailing-sidecar-leader-election-role
The text was updated successfully, but these errors were encountered: