Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 710 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 710 Bytes

Armada-Jupyter

Armada Jupyter is a service for submitting JupyterLab Jobs onto Armada.

Prerequisites

Please make sure you have Armada running.

Ensure that the executor setting has been changed:

kubernetes:
  podDefaults:
    ingress:
      hostnameSuffix: "domain.com"

Then make sure that *.jupyter.domain.com resolves to your k8s cluster.

Cluster Preparation

Armada-Jupyter will need a cluster setup with ingress. If you are using kind, you will need to do this differently.

Please follow the kind guide to setup your cluster.

Installation

Please following the following guide: