@@ -159,17 +159,17 @@ If you are unsure you can determine your computers architecture by running `unam
159
159
160
160
Download for AMD64:
161
161
` ` ` 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
163
163
` ` `
164
164
165
165
Download for ARM64:
166
166
` ` ` 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
168
168
` ` `
169
169
170
170
Download for PPC64LE:
171
171
` ` ` 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
173
173
` ` `
174
174
175
175
Install clusterctl:
@@ -189,12 +189,12 @@ If you are unsure you can determine your computers architecture by running `unam
189
189
190
190
Download for AMD64:
191
191
` ` ` 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
193
193
` ` `
194
194
195
195
Download for M1 CPU (" Apple Silicon" ) / ARM64:
196
196
` ` ` 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
198
198
` ` `
199
199
200
200
Make the clusterctl binary executable.
@@ -233,7 +233,7 @@ Go to the working directory where you want clusterctl downloaded.
233
233
234
234
Download the latest release; on Windows, type:
235
235
` ` ` 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
237
237
` ` `
238
238
Append or prepend the path of that directory to the ` PATH` environment variable.
239
239
0 commit comments