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
+18-18
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
In this tutorial we'll cover the basics of how to use Cluster API to create one or more Kubernetes clusters.
4
4
5
+
<asideclass="note warning">
6
+
7
+
<h1>Warning</h1>
8
+
9
+
If using a [provider] that does not yet support v1alpha4, please follow [the release 0.3 quickstart instructions](https://release-0-3.cluster-api.sigs.k8s.io/user/quick-start.html) instead.
10
+
11
+
</aside>
12
+
5
13
## Installation
6
14
7
15
### Common Prerequisites
@@ -90,9 +98,9 @@ The clusterctl CLI tool handles the lifecycle of a Cluster API management cluste
90
98
{{#tab linux}}
91
99
92
100
#### Install clusterctl binary with curl on linux
93
-
Download the latest release; for example, to download version v0.3.0 on linux, type:
Your management cluster has been initialized successfully!
321
329
@@ -679,15 +687,6 @@ clusterctl get kubeconfig capi-quickstart > capi-quickstart.kubeconfig
679
687
680
688
<h1>Warning</h1>
681
689
682
-
The `clusterctl get kubeconfig`command is available on for clusterctl v0.3.9 or newer. See [clusterctl get kubeconfig] for more details. If you are running older
683
-
version you can use the following command:
684
-
685
-
```bash
686
-
kubectl --namespace=default get secret capi-quickstart-kubeconfig \
687
-
-o jsonpath={.data.value} | base64 --decode \
688
-
> capi-quickstart.kubeconfig
689
-
```
690
-
691
690
If you are using docker on MacOS, you will need to do a couple of additional
692
691
steps to get the correct kubeconfig for a workload cluster created with the docker provider.
693
692
See [Additional Notes for the Docker Provider](../clusterctl/developers.md#additional-notes-for-the-docker-provider).
@@ -774,6 +773,7 @@ See the [clusterctl] documentation for more detail about clusterctl supported ac
774
773
[Metal3 getting started guide]: https://github.com/metal3-io/cluster-api-provider-metal3/blob/master/docs/getting-started.md
0 commit comments