This repository was archived by the owner on Aug 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 95f1b3f
Showing
16 changed files
with
7,140 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Prerequisites | ||
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | ||
- [helm 3](https://helm.sh/docs/intro/quickstart/#install-helm) | ||
- [k3d](https://github.com/rancher/k3d) - you can install it with the command: `curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash` | ||
|
||
# Quick start | ||
|
||
Checkout this repository and | ||
|
||
``` | ||
git clone [email protected]:kyma-incubator/local-kyma-k3d.git | ||
cd local-kyma-k3d | ||
``` | ||
|
||
Download kyma charts to resources subfolder: | ||
``` | ||
./download-kyma-charts.sh | ||
``` | ||
|
||
Start k3s cluster and Kyma: | ||
``` | ||
./kyma-k3d.sh | ||
``` | ||
|
||
At the end script asks for your password to add TLS certificate to your key chain. | ||
Use credentials to log into [Kyma Console](https://console.local.kyma.pro) | ||
|
||
Your cluster is ready! | ||
|
||
# Clean up | ||
|
||
``` | ||
k3d delete -n kyma | ||
``` | ||
|
||
# Notes | ||
The script works only on Mac OS. You need docker configured with 4 CPU and 8GB RAM to run it smoothly. | ||
|
Oops, something went wrong.