Files
configpolicy/group_vars/kubelet.yml
Dustin C. Hatch c48cc985b2 r/collectd: Ignore filesystems by path
In addition to ignoring particular types of filesystems, e.g. OverlayFS,
we can also ignore filesystems by their mount point.  This could be
useful, for example, for bind-mounted directories, such as those used on
Kubernetes nodes.
2022-08-05 18:56:48 -05:00

15 lines
335 B
YAML

samba_interfaces:
- '{{ ansible_default_ipv4.interface }}'
host_uses_firewalld: false
collectd_processes_kubelet:
- name: crio
- name: kubelet
collectd_processes_controller:
- name: etcd
- name: kube-apiserver
- name: kube-controller
collectd_df_ignore_mountpoint:
- /etc/cni/net.d
- /opt/cni
- /usr/libexec/kubernetes/kubelet-plugins