diff --git a/manifests/node-exporter/daemonset.yaml b/manifests/node-exporter/daemonset.yaml index 6e1e2a7..8de7abb 100644 --- a/manifests/node-exporter/daemonset.yaml +++ b/manifests/node-exporter/daemonset.yaml @@ -26,6 +26,7 @@ spec: - --collector.netclass.ignored-devices=^(veth.*)$ name: node-exporter image: prom/node-exporter + hostNetwork: true ports: - containerPort: 9100 protocol: TCP