Skip to content

Commit a2318d1

Browse files
authored
Merge pull request #8355 from oscr/quickstart-clusterctl
📖 book: Update CAPI Quick Start to use clusterctl 1.4
2 parents df74799 + ff8b41a commit a2318d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/book/src/user/quick-start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,17 @@ If you are unsure you can determine your computers architecture by running `unam
159159
160160
Download for AMD64:
161161
```bash
162-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.3.x"}} -o clusterctl
162+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.4.x"}} -o clusterctl
163163
```
164164
165165
Download for ARM64:
166166
```bash
167-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.3.x"}} -o clusterctl
167+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.4.x"}} -o clusterctl
168168
```
169169
170170
Download for PPC64LE:
171171
```bash
172-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.3.x"}} -o clusterctl
172+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.4.x"}} -o clusterctl
173173
```
174174
175175
Install clusterctl:
@@ -189,12 +189,12 @@ If you are unsure you can determine your computers architecture by running `unam
189189
190190
Download for AMD64:
191191
```bash
192-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.3.x"}} -o clusterctl
192+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.4.x"}} -o clusterctl
193193
```
194194
195195
Download for M1 CPU ("Apple Silicon") / ARM64:
196196
```bash
197-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.3.x"}} -o clusterctl
197+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.4.x"}} -o clusterctl
198198
```
199199
200200
Make the clusterctl binary executable.
@@ -233,7 +233,7 @@ Go to the working directory where you want clusterctl downloaded.
233233
234234
Download the latest release; on Windows, type:
235235
```powershell
236-
curl.exe -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.3.x"}} -o clusterctl.exe
236+
curl.exe -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.4.x"}} -o clusterctl.exe
237237
```
238238
Append or prepend the path of that directory to the `PATH` environment variable.
239239

0 commit comments

Comments
 (0)