github kyma-project/kyma 0.4.0

latest releases: 2.20.0, 2.20.0-rc1, 2.19.3...
pre-release5 years ago

Local Kyma installation

Run Kubernetes locally via Minikube:
$ ./installation/scripts/minikube.sh --domain "kyma.local" --vm-driver "hyperkit"

Bind the cluster-admin role to the default ServiceAccount using this command:
$ kubectl apply -f ./installation/resources/default-sa-rbac-role.yaml

Wait until the kube-dns pod is ready. Run this script to setup Tiller:
$ ./installation/scripts/install-tiller.sh

Configure the installation using the local configuration file:
$ kubectl apply -f https://github.com/kyma-project/kyma/releases/download/0.4.0/installer-config-local.yaml

Label the kyma-installation custom resource to trigger the installation process:
$ kubectl label installation/kyma-installation action=install

Track progress of the installation using the following script:
$ ./installation/scripts/is-installed.sh

Don't miss a new kyma release

NewReleases is sending notifications on new releases.