Files
chart/charts/netdata/2.0.13/metadata.yaml
2024-07-11 06:08:24 +00:00

31 lines
1.0 KiB
YAML

runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Netdata runs as root user.
capabilities:
- name: CHOWN
description: Netdata is able to chown files.
- name: DAC_OVERRIDE
description: Netdata is able to bypass permission checks.
- name: FOWNER
description: Netdata is able to bypass permission checks for it's sub-processes.
- name: SETGID
description: Netdata is able to set group ID for it's sub-processes.
- name: SETUID
description: Netdata is able to set user ID for it's sub-processes.
- name: SYS_PTRACE
description: Netdata is able to trace processes.
hostMounts:
- hostPath: /etc/os-release
description: Required to read the OS release information.
- hostPath: /etc/passwd
description: Required to read the user information.
- hostPath: /etc/group
description: Required to read the group information.
- hostPath: /proc
description: Required to read the processes information.
- hostPath: /sys
description: Required to read the system information.