This project can run Hera Workflows on a local Kubernetes installation of Argo Workflows. It builds an image so you can use the Hera Runner easily.
pipxpoetry(install withpipx install poetry)poetry-plugin-export(install withpipx inject poetry poetry-plugin-export)
docker(desktop, with a Kubernetes cluster running)- Argo Workflows installed, and the Argo server port-forwarded
- Copy an example Workflow from Hera into workflow.py
- If using a Hera Runner example, ensure no script decorators have set their own
image. - Run
make run. - See the Workflow at the link printed to the console.