Skip to content

Commit 773d489

Browse files
authored
Merge pull request #7595 from ykakarap/clusterctl-release-1.3-links
📖 update clusterctl version to v1.3.x in quickstart
2 parents 86711a7 + fcab5c5 commit 773d489

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The clusterctl CLI tool handles the lifecycle of a Cluster API management cluste
156156
#### Install clusterctl binary with curl on Linux
157157
Download the latest release; on Linux, type:
158158
```bash
159-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.2.x"}} -o clusterctl
159+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.3.x"}} -o clusterctl
160160
```
161161
Install clusterctl:
162162
```bash
@@ -173,12 +173,12 @@ clusterctl version
173173
#### Install clusterctl binary with curl on macOS
174174
Download the latest release; on macOS, type:
175175
```bash
176-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.2.x"}} -o clusterctl
176+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.3.x"}} -o clusterctl
177177
```
178178
179179
Or if your Mac has an M1 CPU ("Apple Silicon"):
180180
```bash
181-
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.2.x"}} -o clusterctl
181+
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.3.x"}} -o clusterctl
182182
```
183183
184184
Make the clusterctl binary executable.
@@ -217,7 +217,7 @@ Go to the working directory where you want clusterctl downloaded.
217217
218218
Download the latest release; on Windows, type:
219219
```powershell
220-
curl.exe -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.2.x"}} -o clusterctl.exe
220+
curl.exe -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.3.x"}} -o clusterctl.exe
221221
```
222222
Append or prepend the path of that directory to the `PATH` environment variable.
223223

0 commit comments

Comments
 (0)