Skip to content

Commit

Permalink
Allow must-gather pod to run on master nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuumasato committed Dec 5, 2024
1 parent ab2f07d commit 3d4344c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/must-gather/fetch-raw-results-pod-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d4344c

Please sign in to comment.