@@ -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
157157Download 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` ` `
161161Install clusterctl:
162162` ` ` bash
@@ -173,12 +173,12 @@ clusterctl version
173173#### Install clusterctl binary with curl on macOS
174174Download 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
179179Or 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
184184Make the clusterctl binary executable.
@@ -217,7 +217,7 @@ Go to the working directory where you want clusterctl downloaded.
217217
218218Download 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` ` `
222222Append or prepend the path of that directory to the ` PATH` environment variable.
223223
0 commit comments