Michael Tinsley
05/18/2023, 1:21 PMflyte-binary
helm chart? I’ve seen this but I’m unsure how that is surfaced via the helm chart?Mike Ossareh
05/18/2023, 6:15 PMconfiguration:
inline:
plugins:
k8s:
interruptible-tolerations:
- <http://my.toleration.io|my.toleration.io>
- <http://my.toleration.io/some=value|my.toleration.io/some=value>
I’ve not tried this; we use the inline
block to insert default-pod-template-name
which is the same level as interruptible-tolerations
and that works for us.
Whatever is in inline
gets inserted into this portion of the config map: https://github.com/flyteorg/flyte/blob/master/charts/flyte-binary/templates/configmap.yaml#L198-L200jeev
05/19/2023, 12:39 PMMike Ossareh
05/19/2023, 1:54 PMMichael Tinsley
05/19/2023, 1:55 PM