Problema
Estás recibiendo errores como cannot increase buffer: current=32000 requested=64768 max=32000 o pod out of memory.
Solución
Agregue el atributo k8sBufferSize para aumentar el tamaño del búfer de Fluent Bit.
newrelic-logging:  enabled: true  containerSecurityContext:    privileged: true  fluentBit:    k8sBufferSize: "64k"    persistence:      mode: "none"