onepanelio / onepanel

The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.
https://docs.onepanel.ai/
Apache License 2.0
716 stars 69 forks source link

fix: fixes stability issue with pns executor #892

Closed lnguyen closed 3 years ago

lnguyen commented 3 years ago

What this PR does: This fixes stability issue with pns executor when using microk8s which doesn't use docker as executor anymore. It is recommended to use empty dir for argo https://argoproj.github.io/argo-workflows/empty-dir/

Required

rushtehrani commented 3 years ago

Thanks for the PR @lnguyen, this is a highly useful change. We need to test this with a few workflows that write metrics and also update the docs accordingly before merging.