From dea42fe5caa0f7d5fff305283b9a2bb1cc601b0e Mon Sep 17 00:00:00 2001 From: Frederic Branczyk <fbranczyk@gmail.com> Date: Mon, 16 Oct 2017 16:58:46 +0200 Subject: [PATCH] *: ensure using crdgroup flag in monitoring client --- manifests/node-exporter/node-exporter-daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/node-exporter/node-exporter-daemonset.yaml b/manifests/node-exporter/node-exporter-daemonset.yaml index 2446fee4..d98deee6 100644 --- a/manifests/node-exporter/node-exporter-daemonset.yaml +++ b/manifests/node-exporter/node-exporter-daemonset.yaml @@ -12,7 +12,7 @@ spec: hostNetwork: true hostPID: true containers: - - image: quay.io/prometheus/node-exporter:v0.15.0 + - image: quay.io/prometheus/node-exporter:v0.15.0 args: - "--path.procfs=/host/proc" - "--path.sysfs=/host/sys" -- GitLab