opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
Permission management for prometheus receivers
I am currently testing the prometheus receiver.
The chart creates a service account with no specific permission, therefore I faced the classical Failed to watch *v1.Service
Which is the recommended way to set up RBAC for the service account this chart creates? Should this chart provide something similar to what prometheus chartdoes or due to the number of receivers is not feasible?
Because prometheus receiver is not part of the default config. Several optional components like k8s processor or prometheus receiver require additional RBAC.
We need to add an option to specify rbac in the chart