Hide
This allow user to configure node selection using
- nodeSelector
- toleration
This can be passed in TektonConfig CR which would be added to all deployments created by Operator.
To Configure NodeSelection for Operator's controller and webhook deployment, user will have to edit `Subscription` CR after installing Operator.
`Subscription` CR has field in spec
- config.nodeSelector
- config.toleration
To deploy on infra node, user will have to update above 2 CRs,
- TektonConfig
- Subscription
with infra label as `nodeSelector`
and toleration which is applied on infra node
Show
This allow user to configure node selection using
- nodeSelector
- toleration
This can be passed in TektonConfig CR which would be added to all deployments created by Operator.
To Configure NodeSelection for Operator's controller and webhook deployment, user will have to edit `Subscription` CR after installing Operator.
`Subscription` CR has field in spec
- config.nodeSelector
- config.toleration
To deploy on infra node, user will have to update above 2 CRs,
- TektonConfig
- Subscription
with infra label as `nodeSelector`
and toleration which is applied on infra node