@@ -156,7 +156,7 @@ The clusterctl CLI tool handles the lifecycle of a Cluster API management cluste
156
156
#### Install clusterctl binary with curl on Linux
157
157
Download the latest release; on Linux, type:
158
158
` ` ` 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
160
160
` ` `
161
161
Install clusterctl:
162
162
` ` ` bash
@@ -173,12 +173,12 @@ clusterctl version
173
173
#### Install clusterctl binary with curl on macOS
174
174
Download the latest release; on macOS, type:
175
175
` ` ` 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
177
177
` ` `
178
178
179
179
Or if your Mac has an M1 CPU (" Apple Silicon" ):
180
180
` ` ` 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
182
182
` ` `
183
183
184
184
Make the clusterctl binary executable.
@@ -217,7 +217,7 @@ Go to the working directory where you want clusterctl downloaded.
217
217
218
218
Download the latest release; on Windows, type:
219
219
` ` ` 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
221
221
` ` `
222
222
Append or prepend the path of that directory to the ` PATH` environment variable.
223
223
0 commit comments