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>"}
Expected behaviour
a Functioning operator with correct RBAC settings.
Steps to reproduce
Install fluentd CRDs and fluentd in fluentd-only mode on an openshift cluster.
Proposed fix
Add - clusterfluentbitconfigs/finalizers under
- apiGroups:
- fluentbit.fluent.io
resources:
in charts/fluent-operator/templates/fluent-operator-clusterRole.yaml
The text was updated successfully, but these errors were encountered:
Cluster information
Cluster: Openshift 4.11
CRI: CRI-O
Symptom
after installing fluentd CRDs and fluentd in fluentd-only mode, the operator pod throws the following error:
Expected behaviour
a Functioning operator with correct RBAC settings.
Steps to reproduce
Install fluentd CRDs and fluentd in fluentd-only mode on an openshift cluster.
Proposed fix
Add
- clusterfluentbitconfigs/finalizers
underin
charts/fluent-operator/templates/fluent-operator-clusterRole.yaml
The text was updated successfully, but these errors were encountered: