Per-node host metrics (node_filesystem_*, node_memory_*, node_load*) were
missing — a node running out of disk would silently fail the cluster before
any dashboard signal (RUNBOOK §11.1 gap #9). Adds:
- node-exporter DaemonSet (pod-networked, :9100; host /proc,/sys,/ ro) so
vmagent scrapes it pod-to-pod over the cluster CIDR, independent of node
public IPs (the netpol node-IP list is OVH-stale).
- two additive NetworkPolicies (default-deny-all is in force): ingress to
node-exporter from vmagent, and vmagent egress to the pod CIDR on :9100.
- a node-exporter scrape job in the vmagent-config ConfigMap.
Feeds the new "Node host health" row (disk/mem/load) on the eli5 dashboard.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>