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
After installing fluentd CRDs and fluentd in fluentd-only mode, the operator pod throws the following error:
2023-10-05T09:07:18Z ERROR Reconciler error {"controller": "fluentd", "controllerGroup": "fluentd.fluent.io", "controllerKind": "Fluentd", "Fluentd": {"name":"fluentd","namespace":"<ns_name>"}, "namespace": "<ns_name>", "name": "fluentd", "reconcileID": "8dd87298-5330-4e30-a568-133cc3702d0e", "error": "secrets \"fluentd-config\" is forbidden: cannot set blockOwnerDeletion if an ownerReference refers to a resource you can't set finalizers on: , <nil>"}
To Reproduce
Install fluentd CRDs and fluentd in fluentd-only mode on an Openshift cluster.
Expected behavior
a Functioning operator with correct RBAC settings.
Describe the issue
After installing fluentd CRDs and fluentd in fluentd-only mode, the operator pod throws the following error:
To Reproduce
Install fluentd CRDs and fluentd in fluentd-only mode on an Openshift cluster.
Expected behavior
a Functioning operator with correct RBAC settings.
Your Environment
How did you install fluent operator?
Additional context
To fix:
Add
- clusterfluentbitconfigs/finalizers
underin
charts/fluent-operator/templates/fluent-operator-clusterRole.yaml
The text was updated successfully, but these errors were encountered: