MAIA_create_JupyterHub_config script#
Script to deploy the JupyterHub helm chart to a Kubernetes cluster. The target cluster is specified by setting the corresponding --cluster--config-file,
while the namespace-related configuration is specified with --form.
usage: MAIA_create_JupyterHub_config [-h] --form FORM --maia-config-file
MAIA_CONFIG_FILE --cluster-config-file
CLUSTER_CONFIG_FILE [-v]
Named Arguments#
- --form
YAML configuration file used to extract the namespace configuration.
- --maia-config-file
YAML configuration file used to extract the MAIA configuration.
- --cluster-config-file
YAML configuration file used to extract the cluster configuration.
- -v, --version
show program’s version number and exit
Example call:
MAIA_create_JupyterHub_config --form /PATH/TO/form.yaml --cluster-config-file /PATH/TO/cluster.yaml