Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 705 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 705 Bytes

Nebari Workflow Controller

PyPI PyPI - Python Version

A kubernetes admission controller to enable volumeMount permissions on Argo Workflows on Nebari and provide a convenience method for deploying jupyterlab-like workflows for users.

Run project

  • pip install nebari-workflow-controller
  • python -m nebari_workflow_controller

Known Limitations

Resubmitting workflows is not supported by Nebari Workflow Controller.

Developing on this project

Run pip install -e .[dev]