Marco Franssen
07/14/2025, 9:26 AMJosh Baird
07/14/2025, 6:27 PMMarco Franssen
07/14/2025, 8:42 PMPat
07/15/2025, 9:19 AMLuis
09/18/2025, 8:58 AMMarco Franssen
10/02/2025, 9:28 AMMarco Franssen
10/03/2025, 11:43 AMMarco Franssen
10/03/2025, 11:59 AMMarco Franssen
10/06/2025, 10:32 AMMarco Franssen
10/06/2025, 4:54 PMMarco Franssen
10/06/2025, 5:54 PMMarco Franssen
10/06/2025, 5:55 PMMarco Franssen
10/07/2025, 9:06 PMBrahim
10/10/2025, 3:34 PM2025-10-10T14:52:56Z ERROR setup unable to create controller {"controller": "FluentBit", "error": "controller with name fluentbit already exists. Controller names must be unique to avoid multiple controllers reporting the same metric. This validation can be disabled via the SkipNameValidation option"}
main.main
/workspace/main.go:282
runtime.main
/usr/local/go/src/runtime/proc.go:283Marco Franssen
10/22/2025, 8:59 AMJosh Baird
10/23/2025, 2:42 PMmaster before cutting a release, it seems we're hitting this again: https://github.com/fluent/fluent-operator/issues/1559Josh Baird
10/24/2025, 1:28 PMJosh Baird
10/24/2025, 7:19 PMJosh Baird
10/24/2025, 7:59 PMChengwei Guo
10/31/2025, 10:23 PMJoao Costa
11/04/2025, 9:39 AMJosh Baird
11/10/2025, 3:15 PMjcb
12/10/2025, 3:13 PMClusterOutput in my cluster of type s3 but the actual S3 object stroage service is provided by an EMC ViPR Controller (think of it as an appliance by DELL providing an S3 compatible service).
The issue arises when doing multipart uploads: unlike the actual AWS S3 service, ECM ViPR issues ETag header names in small letters (as RFC9110 states) but FluentBit expects the header name ETag: thus ongoing multipart uploads get aborted.
Sad.
The fix in FluentBit is easy: replace strstr(3) with strcase(3) in the right place (a 4 bytes diff so to speak).
The issue I am having however is building a FluentBit container image "compatible enough" with the Fluent Bit Operator. That is a container image that the operator can call into execution... and behave like a regular image provided by kubesphere.
Could someone point me to the repo where the Kubesphere repo (if public) with the code for building the container image so I could patch things and build something suitable for my purposes?Josh Baird
02/13/2026, 8:58 PMDylan Jenik
02/24/2026, 7:14 PMMarco Franssen
04/15/2026, 8:35 PMSlackbot
04/20/2026, 2:08 PMSlackbot
04/20/2026, 2:08 PMk8tgreenley
04/28/2026, 2:00 PMJosh Baird
05/28/2026, 12:51 PM