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 request related to a problem? Please describe.
At the moment, we have to adapt the K8s environment labels and taints to accomodate the Flow installation due to the hardcoded values for tolerations and nodeSelector.
Describe the benefits or justification for this request
Not conditioning platform owners with a specific value for taints/tolerations and labels for the nodes where the dedicvated flow jobs need to run.
The text was updated successfully, but these errors were encountered:
Is your request related to a problem? Please describe.
At the moment, we have to adapt the K8s environment labels and taints to accomodate the Flow installation due to the hardcoded values for tolerations and nodeSelector.
Describe the solution you'd like
Ability to declare tolerations and NodeSelector in the flow helm chart, so some templating needs to happen there but I believe it first needs to occur here: https://github.com/boomerang-io/flow.service.controller/blob/ceb52aac3ffa25f7fda7caf32995d1fc17b34b5f/src/main/java/net/boomerangplatform/kube/service/HelperKubeServiceImpl.java#L158-L166
Describe the benefits or justification for this request
Not conditioning platform owners with a specific value for taints/tolerations and labels for the nodes where the dedicvated flow jobs need to run.
The text was updated successfully, but these errors were encountered: