Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
add needed args
Browse files Browse the repository at this point in the history
  • Loading branch information
ognyvrac committed May 8, 2024
1 parent 14ce4e8 commit aaa483e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion installation/scripts/prom-mtls-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,15 @@ spec:
- name: node-certs
mountPath: /etc/certs
containers:
- args:
- name: node-exporter
args:
- --path.procfs=/host/proc
- --path.sysfs=/host/sys
- --path.rootfs=/host/root
- --web.listen-address=[$(HOST_IP)]:9100
- --web.config.file=/etc/certs/web.yaml
- --collector.filesystem.mount-points-exclude=^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/.+)($|/)
- --collector.filesystem.fs-types-exclude=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$
name: node-exporter
env:
- name: HOST_IP
Expand Down

0 comments on commit aaa483e

Please sign in to comment.