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
The operator starts failing with the following errors::
is attempting to grant RBAC permissions not currently held: {APIGroups:[""], Resources:["nodes/proxy"], Verbs:["get"]}
is attempting to grant RBAC permissions not currently held: {APIGroups:[""], Resources:["nodes/stats"], Verbs:["get"]}
My guess is this is has something to do with the configuration of my collector:
Description
The operator starts failing with the following errors::
My guess is this is has something to do with the configuration of my collector:
I'm not sure which processor/receiver/extension is asking for these permissions. Can we add these permissions to the helm chart?
The fix is to add the above roles in the clusterrole by running:
Versions
Helm Chart: 0.74.2
Collector Image: 0.113.0
The text was updated successfully, but these errors were encountered: