From 49484e9f744cd4c4dcc4b14d2820c2b8e5d1840d Mon Sep 17 00:00:00 2001 From: chandankumar4 Date: Tue, 13 Aug 2024 16:27:56 +0530 Subject: [PATCH] Update clusterctl version to v1.8.x in quick start Signed-off-by: chandankumar4 --- docs/book/src/user/quick-start.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index f4319df12c2d..799bd7fbd063 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -171,17 +171,17 @@ If you are unsure you can determine your computers architecture by running `unam Download for AMD64: ```bash -curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.7.x"}} -o clusterctl +curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.8.x"}} -o clusterctl ``` Download for ARM64: ```bash -curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.7.x"}} -o clusterctl +curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-arm64" version:"1.8.x"}} -o clusterctl ``` Download for PPC64LE: ```bash -curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.7.x"}} -o clusterctl +curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-ppc64le" version:"1.8.x"}} -o clusterctl ``` Install clusterctl: @@ -201,12 +201,12 @@ If you are unsure you can determine your computers architecture by running `unam Download for AMD64: ```bash -curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.7.x"}} -o clusterctl +curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"1.8.x"}} -o clusterctl ``` Download for M1 CPU ("Apple Silicon") / ARM64: ```bash -curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.7.x"}} -o clusterctl +curl -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-arm64" version:"1.8.x"}} -o clusterctl ``` Make the clusterctl binary executable. @@ -245,7 +245,7 @@ Go to the working directory where you want clusterctl downloaded. Download the latest release; on Windows, type: ```powershell -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.7.x"}} -o clusterctl.exe +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.8.x"}} -o clusterctl.exe ``` Append or prepend the path of that directory to the `PATH` environment variable.