Skip to content

Releases: kyma-project/kyma

0.4.0

03 Oct 13:00
4ff2408
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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