@@ -171,17 +171,17 @@ If you are unsure you can determine your computers architecture by running `unam
171
171
172
172
Download for AMD64:
173
173
```bash
174
- curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.9 .x"}} -o clusterctl
174
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.10 .x"}} -o clusterctl
175
175
```
176
176
177
177
Download for ARM64:
178
178
```bash
179
- curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.9 .x"}} -o clusterctl
179
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.10 .x"}} -o clusterctl
180
180
```
181
181
182
182
Download for PPC64LE:
183
183
```bash
184
- curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.9 .x"}} -o clusterctl
184
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.10 .x"}} -o clusterctl
185
185
```
186
186
187
187
Install clusterctl:
@@ -201,12 +201,12 @@ If you are unsure you can determine your computers architecture by running `unam
201
201
202
202
Download for AMD64:
203
203
```bash
204
- curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.9 .x"}} -o clusterctl
204
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.10 .x"}} -o clusterctl
205
205
```
206
206
207
207
Download for M1 CPU ("Apple Silicon") / ARM64:
208
208
```bash
209
- curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.9 .x"}} -o clusterctl
209
+ curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.10 .x"}} -o clusterctl
210
210
```
211
211
212
212
Make the clusterctl binary executable.
@@ -245,7 +245,7 @@ Go to the working directory where you want clusterctl downloaded.
245
245
246
246
Download the latest release; on Windows, type:
247
247
```powershell
248
- 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.9 .x"}} -o clusterctl.exe
248
+ 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.10 .x"}} -o clusterctl.exe
249
249
```
250
250
Append or prepend the path of that directory to the `PATH` environment variable.
251
251
0 commit comments