From 1f096a83790e6071da7e9360bf78753605f4f1d5 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 20 May 2025 01:11:34 +0200 Subject: [PATCH] feat(promtail): Disable on NoSchedule nodes --- manifests/promtail/daemonset.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/promtail/daemonset.yaml b/manifests/promtail/daemonset.yaml index b02ce48..4fa4b03 100644 --- a/manifests/promtail/daemonset.yaml +++ b/manifests/promtail/daemonset.yaml @@ -31,11 +31,11 @@ spec: - mountPath: /var/lib/docker/containers name: varlibdockercontainers readOnly: true - tolerations: - - key: type - operator: Equal - value: services - effect: NoSchedule + #tolerations: + # - key: type + # operator: Equal + # value: services + # effect: NoSchedule volumes: - name: logs hostPath: