Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gardener installation guide #6527

Merged
merged 1 commit into from Dec 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/kyma/04-04-cluster-installation.md
Expand Up @@ -14,7 +14,7 @@ This installation guide explains how you can quickly deploy Kyma on a cluster wi
<summary label="GKE">
GKE
</summary>

- [Google Cloud Platform](https://console.cloud.google.com/) (GCP) project with Kubernetes Engine API enabled
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) 1.14.6 or higher
- [gcloud](https://cloud.google.com/sdk/gcloud/)
Expand Down Expand Up @@ -64,7 +64,7 @@ This installation guide explains how you can quickly deploy Kyma on a cluster wi
<summary label="GKE">
GKE
</summary>

1. Select a name for your cluster. Export the cluster name, the name of your GCP project, and the [zone](https://cloud.google.com/compute/docs/regions-zones/) you want to deploy to as environment variables. Run:

```bash
Expand Down Expand Up @@ -93,7 +93,7 @@ This installation guide explains how you can quickly deploy Kyma on a cluster wi
```bash
kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value account)
```

</details>
<details>
<summary label="AKS">
Expand Down Expand Up @@ -155,14 +155,14 @@ This installation guide explains how you can quickly deploy Kyma on a cluster wi
<summary label="Gardener">
Gardener
</summary>

1. In the left navigation of the Gardener UI, go to the **Secrets** tab and add Secrets to enable provisioning clusters on different architectures. To learn about the requirements for each environment, click the question mark buttons.

2. Provision a cluster form the **Clusters** tab. Click the plus sign in the lower-right corner and choose the infrastructure in which you want to provision your cluster. Apply these settings in the following tabs:

| Tab | Setting | Required value |
|---|---|---|
| Infrastructure | Kubernetes | `1.14.6` |
| Cluster Details | Kubernetes Version | `1.15.6` |
| Worker | Machine type | `n1-standard-4` (GCP) `Standard_D4_v3` (Azure)|
| Worker | Autoscaler min. | `3` |

Expand Down