From fba832a2d1c02d331f04a5a5eb1523ca48d88de8 Mon Sep 17 00:00:00 2001 From: sivchari Date: Fri, 22 Nov 2024 11:47:40 +0900 Subject: [PATCH] add Go section to install clusterctl Signed-off-by: sivchari --- docs/book/src/user/quick-start.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index 5d7d4ea75cbd..55f81680f01c 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -254,6 +254,20 @@ Test to ensure the version you installed is up-to-date: clusterctl.exe version ``` +{{#/tab }} +{{#tab Go}} + +#### Install clusterctl with Go +Install the latest version of clusterctl using Go: +```bash +go install sigs.k8s.io/cluster-api/cmd/clusterctl@latest +``` + +Test to ensure the version you installed is up-to-date: +```bash +clusterctl version +``` + {{#/tab }} {{#/tabs }}