Closed lqy1992 closed 3 years ago
@lqy1992 if you want to specify nodeselector and tolerances for the pod created by pipeline you need to configure those as part of pipelinerun in TriggerTemplate as PodTemplate
I succeeded, thank you very much for the answer.
How to set the node node selector and tolerances of the pipelinerun pod created by triggers
I refer to the official website examples to configure my CICD tasks. https://github.com/tektoncd/triggers/tree/master/examples But I found that I can't control the related configuration of nodeselector and tolerances of the generated cicd pod. I only found the configuration of EventListener in the official website instance document。
In too many cases, users need to set the nodeselector and tolerances configuration of the pod generated by the pipeline.