From 88fe225e8122702643cdae81ef8bd357f5ebf661 Mon Sep 17 00:00:00 2001
From: Yang Li <idealhack@gmail.com>
Date: Fri, 8 Sep 2017 18:13:20 +0800
Subject: [PATCH] add tolerations to allow node-exporter running on all nodes

---
 manifests/node-exporter/node-exporter-daemonset.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/manifests/node-exporter/node-exporter-daemonset.yaml b/manifests/node-exporter/node-exporter-daemonset.yaml
index d42413cb..b7696694 100644
--- a/manifests/node-exporter/node-exporter-daemonset.yaml
+++ b/manifests/node-exporter/node-exporter-daemonset.yaml
@@ -35,6 +35,9 @@ spec:
         - name: sys
           readOnly: true
           mountPath: /host/sys
+      tolerations:
+        - effect: NoSchedule
+          operator: Exists
       volumes:
       - name: proc
         hostPath:
-- 
GitLab