Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add blanket "NoSchedule" toleration to trace pod
We have a few nodes that we couldn't `kubectl trace` effectively because they were tainted to prevent arbitrary pods from being scheduled to them. In this case, however, we are specifically requesting for a pod to be scheduled to that node, but the taint was leaving the pod hanging in `Pending` until we manually edited the trace pod to add this toleration.
- Loading branch information