Hello team, i was wondering where i could enable t...
# ask-metaflow
r
Hello team, i was wondering where i could enable the flag
nodeStatusOffLoad
in the helm chart https://github.com/outerbounds/metaflow-tools/tree/master/k8s/helm/metaflow to let argo stores the node status and avoiding etcd errors: https://argo-workflows.readthedocs.io/en/latest/offloading-large-workflows/. Thank you very much!
1
s
you should be able to
r
Hey @ancient-application-36103 thank you! But where exactly in the values i could enable it? At the metaflow service level or...
a
this would be for your argo workflow deployment. the terraform template and helm charts are a quick start guide. you can customize the argo manifest to your liking and deploy the infrastructure.
1
🙌 1
r
thank you!