Can someone verify that this `METAFLOW_KUBERNETES_...
# ask-metaflow
i
Can someone verify that this
METAFLOW_KUBERNETES_TOLERATIONS
value is correct? I'm setting this as an environment variable:
METAFLOW_KUBERNETES_TOLERATIONS: "[{\"key\":\"preemptible\",\"operator\":\"Exists\",\"effect\":\"NoSchedule\"}]"
s
looks accurate from a glance
is it not working as expected?