Skip to main content
Feedback

AnyUser or AnyGroup

All containers in a pod are set to run as non root along with anyUser and anyGroup. The default value of anyUser and anyGroup is 10001.

note

Change this value per your organization's security policies.

fsGroup Configuration for Log Collector (introduced in v6.2.0)

The logcollector uses fsGroup 2000 by default to control group ownership of files in the mounted storage volume. This ensures both the logsync and fluent-bit containers can properly access and write to the shared storage volume (/mnt/data/access) used for log processing.

For OpenShift deployments, you must update the fsGroup value to a larger integer value (typically in the range of 1000650000) as OpenShift requires larger integer values for users and groups. Refer to sa.scc.uid-range for the OpenShift project-specific range.

On this Page