Closed jswoods closed 3 years ago
Yep, currently this is the workaround that I apply:
$ oc adm policy add-scc-to-user privileged -z humio-agent-fluentbit-read
$ oc patch DaemonSet humio-agent-fluentbit -p '{"spec":{"template":{"spec":{"containers":[{"name":"humio-agent","securityContext":{"privileged":true}}]}}}}'
This has been fixed now in 0.8.25
. One can set the following as per https://docs.humio.com/docs/ingesting-data/log-formats/kubernetes/#helm
humio-fluentbit:
...
securityContext:
privileged: true
scc:
enabled: true
To run fluentbit in openshift, we need to: