You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/user/quick-start.md
+180-8Lines changed: 180 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ In this tutorial we'll cover the basics of how to use Cluster API to create one
5
5
## Prerequisites
6
6
7
7
- Install and setup [kubectl] in your local environment.
8
-
- A Kubernetes cluster to be used as [management cluster](../reference/glossary.md#management-cluster), for the purpose of this quick start, we suggest you to use [kind].
8
+
- A Kubernetes cluster to be used as [management cluster], for the purpose of this quick start we suggest you to use [kind] as a non production-ready solution.
9
9
```bash
10
10
kind create cluster --name=clusterapi
11
11
export KUBECONFIG="$(kind get kubeconfig-path --name="clusterapi")"
12
12
```
13
13
14
14
## Installation
15
15
16
-
Using [kubectl], let's create the components on the management cluster:
16
+
Using [kubectl], let's create the components on the [management cluster]:
Check the [AWS provider releases](https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases) for an up-to-date components file.
47
47
48
-
For more information about prerequisites, credentials management, and or permissions for AWS, visit the [getting started guide](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/master/docs/getting-started.md).
48
+
For more information about prerequisites, credentials management, or permissions for AWS, visit the [getting started guide](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/master/docs/getting-started.md).
Check the [vSphere provider releases](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases) for an up-to-date components file.
58
58
59
-
For more information about prerequisites, credentials management, and or permissions for vSphere, visit the [getting started guide](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/master/docs/getting_started.md).
59
+
For more information about prerequisites, credentials management, or permissions for vSphere, visit the [getting started guide](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/master/docs/getting_started.md).
0 commit comments