From 7dc8aa66a663cfc39a4950d0a22dde19806038ee Mon Sep 17 00:00:00 2001 From: Nanik Date: Tue, 13 Oct 2020 13:42:15 +1100 Subject: [PATCH] Add ARM instruction under staging and production bootstrap --- docs/get-started/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 06afba56..76d99232 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -87,6 +87,11 @@ gotk bootstrap github \ --personal ``` +!!! hint "ARM" + When deploying to a Kubernetes cluster with ARM architecture, + you can use `--arch=arm` for ARMv7 32-bit container images + and `--arch=arm64` for ARMv8 64-bit container images. + The bootstrap command creates a repository if one doesn't exist and commits the toolkit components manifests to the default branch at the specified path. Then it configures the target cluster to synchronize with the specified path inside the repository. @@ -261,7 +266,6 @@ gotk bootstrap github \ --path=prod-cluster \ --personal ``` - Pull the changes locally: ```sh