You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In a scenario where there is a dedicated node/nodepool on which to schedule the runner,
the helm-chart does not have the required values to achieve that.
Describe the solution you'd like
Add nodeSelector and affinity specs to the deployment.yaml template.
These should enable specifying nodes if need be.
Describe alternatives you've considered
I have considered through Helm CLI using --set nodeSelector.<key>=<value> but this requires the template to be prepared first. 🙈
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In a scenario where there is a dedicated node/nodepool on which to schedule the runner,
the helm-chart does not have the required values to achieve that.
Describe the solution you'd like
Add
nodeSelector
andaffinity
specs to thedeployment.yaml
template.These should enable specifying nodes if need be.
Describe alternatives you've considered
I have considered through Helm CLI using
--set nodeSelector.<key>=<value>
but this requires the template to be prepared first. 🙈Additional context
The text was updated successfully, but these errors were encountered: