kube-logging / logging-operator

Logging operator for Kubernetes
https://kube-logging.dev
Apache License 2.0
1.53k stars 326 forks source link

Fix fluentdconfig and syslogngconfig deletion #1672

Closed OverOrion closed 6 months ago

OverOrion commented 7 months ago

This PR aims to fix two problems:

Fixes #1667.

Signed-off-by: Szilard Parrag szilard.parrag@axoflow.com

OverOrion commented 7 months ago

I have reworked the PR according to pepov's notes and using kubebuilder's docs: https://book.kubebuilder.io/reference/using-finalizers.

I also added a secondary fix which occured when logging switched from fluentdConfig to inline spec.