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] --maia-config-file MAIA_CONFIG_FILE
--cluster-config CLUSTER_CONFIG
--config-folder CONFIG_FOLDER [-v]
Named Arguments#
- --maia-config-file
YAML configuration file used to extract MAIA configuration.
- --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 --maia-config-file /PATH/TO/maia_config.yaml --cluster-config /PATH/TO/clusyer_config.yaml --config-folder /PATH/TO/config_folder