From 3d4344ceb6e0cb7f78709f8ae86c9390ee553a0a Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Thu, 5 Dec 2024 10:38:25 -0300 Subject: [PATCH] Allow must-gather pod to run on master nodes --- utils/must-gather/fetch-raw-results-pod-template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/must-gather/fetch-raw-results-pod-template.yaml b/utils/must-gather/fetch-raw-results-pod-template.yaml index 656292284..35c598053 100644 --- a/utils/must-gather/fetch-raw-results-pod-template.yaml +++ b/utils/must-gather/fetch-raw-results-pod-template.yaml @@ -19,6 +19,10 @@ spec: allowPrivilegeEscalation: false capabilities: drop: [ALL] + tolerations: + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" volumes: - name: results-vol persistentVolumeClaim: