@@ -171,17 +171,17 @@ If you are unsure you can determine your computers architecture by running `unam
171171
172172Download for AMD64:
173173` ` ` 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
175175` ` `
176176
177177Download for ARM64:
178178` ` ` 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
180180` ` `
181181
182182Download for PPC64LE:
183183` ` ` 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
185185` ` `
186186
187187Install clusterctl:
@@ -201,12 +201,12 @@ If you are unsure you can determine your computers architecture by running `unam
201201
202202Download for AMD64:
203203` ` ` 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
205205` ` `
206206
207207Download for M1 CPU (" Apple Silicon" ) / ARM64:
208208` ` ` 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
210210` ` `
211211
212212Make the clusterctl binary executable.
@@ -245,7 +245,7 @@ Go to the working directory where you want clusterctl downloaded.
245245
246246Download the latest release; on Windows, type:
247247` ` ` 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
249249` ` `
250250Append or prepend the path of that directory to the ` PATH` environment variable.
251251
0 commit comments