From 9d3819ee1a272da7758d52f4fcb98e1ecdda7446 Mon Sep 17 00:00:00 2001 From: Finn Date: Tue, 13 Aug 2024 12:41:02 -0700 Subject: [PATCH] Fix promtail running on usb nodes --- k8s/monitoring/promtail.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/monitoring/promtail.yaml b/k8s/monitoring/promtail.yaml index 101b1d8..8b1a41f 100644 --- a/k8s/monitoring/promtail.yaml +++ b/k8s/monitoring/promtail.yaml @@ -15,6 +15,10 @@ spec: prometheus.io/port: "9080" spec: serviceAccount: promtail + tolerations: + - key: "rtlsdr" + value: "true" + effect: "NoSchedule" containers: - name: promtail image: grafana/promtail