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
When multiple LogPipelines are created, the telemetry-fluent-bit-parsers ConfigMap only has an OwnerReference to the first LogPipeline that gets reconciled.
Expected result
The telemetry-fluent-bit-parsers ConfigMap has an OwnerReference to each LogPipeline that gets created.
Actual result
The telemetry-fluent-bit-parsers ConfigMap only has an OwnerReference to the first LogPipeline which got reconciled.
Steps to reproduce
Create more than 1 LogPipeline, check the contents of the telemetry-fluent-bit-parsers ConfigMap. The OwnerReference field will only include a reference to the first LogPipline that got reconciled.
With the 2 LogPipelines created:
Getting the telemetry-fluent-bit-parsers ConfigMap YAML shows only a reference to the first LogPipeline that got reconciled
Troubleshooting
Release Notes
The text was updated successfully, but these errors were encountered:
Description
When multiple LogPipelines are created, the
telemetry-fluent-bit-parsers
ConfigMap only has an OwnerReference to the first LogPipeline that gets reconciled.Expected result
The
telemetry-fluent-bit-parsers
ConfigMap has an OwnerReference to each LogPipeline that gets created.Actual result
The
telemetry-fluent-bit-parsers
ConfigMap only has an OwnerReference to the first LogPipeline which got reconciled.Steps to reproduce
Create more than 1 LogPipeline, check the contents of the
telemetry-fluent-bit-parsers
ConfigMap. TheOwnerReference
field will only include a reference to the first LogPipline that got reconciled.With the 2 LogPipelines created:

Getting the

telemetry-fluent-bit-parsers
ConfigMap YAML shows only a reference to the first LogPipeline that got reconciledTroubleshooting
Release Notes
The text was updated successfully, but these errors were encountered: