└── README.md This file
$ # Modify the configuration files in ./00-Kubernetes/etc/ $ . ./00-Kubernetes/bin/install
$ # An override file must be used. $ # Modify the override file, for example ../RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE $ #. ./15-Chartmuseum/bin/install -f YOUR_OVERRIDE_FILE $ # To uninstall, $ . ./15-Chartmuseum/bin/uninstall
$ # An override file must be used. $ # Modify the override file, for example ../RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE $ . ./20-Monitoring/bin/install -f YOUR_OVERRIDE_FILE $ # To uninstall, $ . ./20-Monitoring/bin/uninstall
$ # An override file must be used. $ # Modify the override file, for example ../RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE $ . ./30-Kong/bin/install -f YOUR_OVERRIDE_FILE $ # To uninstall, $ . ./30-Kong/bin/uninstall
$ # Modify the user name and password in ./40-Credential/helm/values.yaml $ # Alternatively, include the credential information in an override value yaml file $ . ./40-Credential/bin/install $ # If you have an override value.yaml file, please use $ #. ./40-Credential/bin/install YOUR_OVERRIDE_FILE
You can configure the Helm release name, Kubernetes namespace using configuration files located in ./40-Credential/etc/ Please make sure that the namespace is the same one as the one used for RIC platform components.
$ # An override file must be used. $ # Modify the override file, for example ../RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE $ . ./45-Tiller/bin/install -f YOUR_OVERRIDE_FILE $ # To uninstall, $ . ./45-Tiller/bin/uninstall