CAUTION: This repository is in a very early stage. Use it at your own risk.
Kyma Control Plane (KCP) is a central system to manage Kyma Runtimes.
For more information on KCP and its components, read the documentation.
Kyma Control Plane depends on Kyma and Compass.
For local development and CI integration jobs, fixed Kyma and Compass versions are used. To change Kyma or Compass version, see the README.md
in the installation/resources
directory.
To install Kyma Control Plane with the minimal Kyma installation, Compass and Kyma Control Plane, run this script:
./installation/cmd/run.sh
You can also specify Kyma version, such as 1.6 or newer:
./installation/cmd/run.sh {version}
Kyma Control Plane, as a part of Kyma, uses Octopus for testing. To run the Kyma Control Plane tests, run:
./installation/scripts/testing.sh
Read this document to learn more about testing in Kyma.