@@ -161,17 +161,17 @@ If you are unsure you can determine your computers architecture by running `unam
161
161
162
162
Download for AMD64:
163
163
` ` ` bash
164
- curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.4 .x"}} -o clusterctl
164
+ curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.5 .x"}} -o clusterctl
165
165
` ` `
166
166
167
167
Download for ARM64:
168
168
` ` ` bash
169
- curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.4 .x"}} -o clusterctl
169
+ curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.5 .x"}} -o clusterctl
170
170
` ` `
171
171
172
172
Download for PPC64LE:
173
173
` ` ` bash
174
- curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.4 .x"}} -o clusterctl
174
+ curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.5 .x"}} -o clusterctl
175
175
` ` `
176
176
177
177
Install clusterctl:
@@ -191,12 +191,12 @@ If you are unsure you can determine your computers architecture by running `unam
191
191
192
192
Download for AMD64:
193
193
` ` ` bash
194
- curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.4 .x"}} -o clusterctl
194
+ curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.5 .x"}} -o clusterctl
195
195
` ` `
196
196
197
197
Download for M1 CPU (" Apple Silicon" ) / ARM64:
198
198
` ` ` bash
199
- curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.4 .x"}} -o clusterctl
199
+ curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.5 .x"}} -o clusterctl
200
200
` ` `
201
201
202
202
Make the clusterctl binary executable.
@@ -235,7 +235,7 @@ Go to the working directory where you want clusterctl downloaded.
235
235
236
236
Download the latest release; on Windows, type:
237
237
` ` ` powershell
238
- curl.exe -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.4 .x"}} -o clusterctl.exe
238
+ curl.exe -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-windows-amd64.exe" version:"1.5 .x"}} -o clusterctl.exe
239
239
` ` `
240
240
Append or prepend the path of that directory to the ` PATH` environment variable.
241
241
0 commit comments