MAIA_install_core_toolkit script#
Script to Install MAIA Core Toolkit to a Kubernetes cluster from ArgoCD. The specific MAIA configuration
is specified by setting the corresponding --maia-config-file, and the cluster configuration is specified
by setting the corresponding --cluster-config.
usage: MAIA_install_core_toolkit [-h] --cluster-config CLUSTER_CONFIG
--config-folder CONFIG_FOLDER [-v]
Named Arguments#
- --cluster-config
YAML configuration file used to extract the cluster configuration.
- --config-folder
Configuration Folder where to locate (and temporarily store) the MAIA configuration files.
- -v, --version
show program’s version number and exit
Example call:
MAIA_install_core_toolkit --cluster-config /PATH/TO/cluster_config.yaml --config-folder /PATH/TO/config_folder