Skip to content

Draft:[Logging] Expose fluentBit config

Zaharia Mihai requested to merge fluentbit into main

What does this MR do and why?

Exposes fluentBit config, mainly due to an issue where the logging helmchart creates the fluentbit config with ${RELEASE_NAME}-root-fluentd.${NAMESPACE}.svc which cannot be resolved which stopped us from receiving any logs in loki.

This changes the Host for the fluentd output to ${RELEASE_NAME}-root-fluentd.${NAMESPACE}.svc.cluster.local .

Related reference(s)

Test coverage

Edited by Zaharia Mihai

Merge request reports