The install
package allows you to install Kyma on already existing clusters.
The installation process consist of two phases triggered by the following functions:
PrepareInstallation
which creates all necessary Kyma resources, installs Tiller, and deploys the Kyma Installer to the cluster along with the default configuration.StartInstallation
which triggers the installation by labeling the Installation Custom Resource.
To learn how to use the library to install Kyma on a properly configured Minikube cluster, see this example.