fluent-operator icon indicating copy to clipboard operation
fluent-operator copied to clipboard

who could upgrade kubesphere/fluent-bit image

Open LQBing opened this issue 3 years ago • 2 comments

fluent bit v1.8.3 has an issue about cpu and RAM, and this issue has been fixed in fluent bit v1.8.11. But the fluent bit version in kubesphere is kubesphere/fluent-bit:v1.8.3

I try to edit https://github.com/fluent/fluentbit-operator/blob/master/cmd/fluent-bit-watcher/Dockerfile ( replace FROM fluent/fluent-bit:1.8.3 with FROM fluent/fluent-bit:1.8.11 ) and build a new image. It works, but I'm not sure the way to call someone upgrade the image kubesphere/fluent-bit version

image

LQBing avatar Jan 07 '22 07:01 LQBing

You can try this kubespheredev/fluent-bit:v1.8.11.

wanjunlei avatar Jan 07 '22 08:01 wanjunlei

You can try this kubespheredev/fluent-bit:v1.8.11.

It seems work, maybe. I'm not find any exception about CPU & RAM with it running several hours in my cluster.

LQBing avatar Jan 07 '22 09:01 LQBing