FEAT(node-exporter): add toleration

- for all taints to node-exporter
- Allows node-exporter to run on master node with NoExecute taint
- Enables metrics collection from all nodes including master
This commit is contained in:
2026-01-01 02:43:32 +09:00
parent ebc5af24ef
commit 2ee651b98d

View File

@@ -32,5 +32,4 @@ prometheus:
replacement: "mayne-cluster" replacement: "mayne-cluster"
tolerations: tolerations:
- effect: NoSchedule - operator: Exists
operator: Exists