I am using official version: 6.30.1 of helm chart with simple scalable mode.
Fluent bit can’t flush data into the Loki. I see 500 error on fluent bit pod and also the same error on loki-write pod.
As a storage I use Minio from the subchart.
Interestingly with monolithic mode without Minio everything works. I believe there may be problem with Minio, because I can not log into the web console. I am using the proper default root user and password from the secret, but after inserting them, console freezing and do not send back any errors in the pods. I can even insert wrong credentials with the same effect.
All PVCs described in the values file were properly created and are active. I wanted to check if buckets were created on Minio site, but in this situation it is imposible.