hallowed-autumn-63270
09/12/2023, 8:59 AMfreezing-airport-6809
freezing-airport-6809
hallowed-autumn-63270
09/12/2023, 1:13 PMdefault-tolerations:
- key: '<http://flyte.org/node-role|flyte.org/node-role>'
operator: 'Equal'
value: 'worker'
effect: 'NoSchedule'
rough-sugar-4818
10/02/2023, 1:15 PMpod didn't trigger scale-up: 3 node(s) didn't match Pod's node affinity/selector, 3 node(s) had taint {<http://flyte.org/node-role|flyte.org/node-role>: worker}, that the pod didn't tolerate
) , and I'm trying to figure out where I should put this additional config.
Is it in the helm chart values ?
Did you use the syntax suggested in this doc page (which uses resources-toleration
instead of default-tolerations
) ?
It would be awesome if you could share a bigger yaml snippet 🙂rough-sugar-4818
10/02/2023, 2:34 PMconfiguration:
inline:
plugins:
k8s:
default-tolerations:
- key: 'flyte.org/node-role'
operator: 'Equal'
value: 'worker'
effect: 'NoSchedule'