A flexible and easy way to register, manage and group your Applications across Kyma Runtimes.
If you have already running Kyma 1.1.0 instance with created secrets which contains Tiller client certificates, run:
helm install --name "compass" ./chart/compass --tls
To install the Compass with minimal Kyma installation from master
branch, run:
./installation/scripts/run.sh
You can specify Kyma version, such as 1.2.2
or newer:
./installation/scripts/run.sh {version}
To install Kyma with experimental Compass module enabled, follow the instructions for custom component installation and enable compass
module.
To run tests, install the Compass and run:
./installation/scripts/testing.sh
To learn more about how the installation and testing are performed, check this document