Uria Franko
09/12/2023, 8:59 AMKetan (kumare3)
Uria Franko
09/12/2023, 1:13 PMdefault-tolerations:
- key: '<http://flyte.org/node-role|flyte.org/node-role>'
operator: 'Equal'
value: 'worker'
effect: 'NoSchedule'
Quentin Chenevier
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 🙂configuration:
inline:
plugins:
k8s:
default-tolerations:
- key: 'flyte.org/node-role'
operator: 'Equal'
value: 'worker'
effect: 'NoSchedule'