@@ -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.5.x"}} -o clusterctl
164
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" 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.5.x"}} -o clusterctl
169
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" 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.5.x"}} -o clusterctl
174
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" 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.5.x"}} -o clusterctl
194
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" 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.5.x"}} -o clusterctl
199
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" 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.5.x"}} -o clusterctl.exe
238
+ curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" 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
@@ -281,7 +281,7 @@ Download the latest binary of `clusterawsadm` from the [AWS provider releases].
281
281
282
282
Download the latest release; on Linux, type:
283
283
` ` `
284
- curl -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-linux-amd64" version:">=2.0.0"}} -o clusterawsadm
284
+ curl -L {{# releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-linux-amd64" version:">=2.0.0"}} -o clusterawsadm
285
285
` ` `
286
286
287
287
Make it executable
@@ -325,12 +325,12 @@ clusterctl init --infrastructure aws
325
325
326
326
Download the latest release; on macOs, type:
327
327
` ` `
328
- curl -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-darwin-amd64" version:">=2.0.0"}} -o clusterawsadm
328
+ curl -L {{# releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-darwin-amd64" version:">=2.0.0"}} -o clusterawsadm
329
329
` ` `
330
330
331
331
Or if your Mac has an M1 CPU (”Apple Silicon”):
332
332
` ` `
333
- curl -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-darwin-arm64" version:">=2.0.0"}} -o clusterawsadm
333
+ curl -L {{# releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-darwin-arm64" version:">=2.0.0"}} -o clusterawsadm
334
334
` ` `
335
335
336
336
Make it executable
@@ -407,7 +407,7 @@ clusterctl init --infrastructure aws
407
407
408
408
Download the latest release; on Windows, type:
409
409
` ` `
410
- curl.exe -L {{# releaselink gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-windows-amd64" version:">=2.0.0"}} -o clusterawsadm.exe
410
+ curl.exe -L {{# releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-windows-amd64" version:">=2.0.0"}} -o clusterawsadm.exe
411
411
` ` `
412
412
413
413
Append or prepend the path of that directory to the ` PATH` environment variable.
0 commit comments