From 53cb75335e1d417446ce5bb55ab11bfaec24a57b Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 21:51:32 +1000 Subject: [PATCH] remove cap-add param --- .../infrastructure/prometheus-node-exporter/app/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kubernetes/infrastructure/prometheus-node-exporter/app/deployment.yaml b/kubernetes/infrastructure/prometheus-node-exporter/app/deployment.yaml index b84ceb1..3931c6c 100644 --- a/kubernetes/infrastructure/prometheus-node-exporter/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus-node-exporter/app/deployment.yaml @@ -32,7 +32,6 @@ spec: image: prom/node-exporter args: - "--path.rootfs=/host" - - "--cap-add=SYS_TIME" volumeMounts: - name: node-volume mountPath: /host