[operator] Operator misses RBAC permissions to create RBAC setup for k8sevents
receiver
#1459
Labels
chart:operator
Issue related to opentelemetry-operator helm chart
Hello,
happy operator user here ❤️, just noticed one small problem: It looks like the operator helm chart doesn't grant the operator all permissions it tries to grant to collector instances that use the
k8sevents
receiver whencreateRbacPermissions
is enabled. The RBAC creation support fork8sevents
was added recently in0.113.0
/ open-telemetry/opentelemetry-operator#3420, but when I try to use it on an EKS 1.29 cluster, the operator fails to grant the necessary permissions as it doesn't have them itself:In essence, these are read permissions for a lot of different k8s objects the receiver uses to enrich its logs (docs). I believe the solution would probably be to add them to the operator role in the
createRbacPermissions
section, like the very similar #1436 tries to? If someone confirms this, I can try to put up a PR adding all these permissions.The text was updated successfully, but these errors were encountered: