diff --git a/docs/cmd/gotk_bootstrap.md b/docs/cmd/gotk_bootstrap.md index c4780265..6e2332b4 100644 --- a/docs/cmd/gotk_bootstrap.md +++ b/docs/cmd/gotk_bootstrap.md @@ -9,12 +9,12 @@ The bootstrap sub-commands bootstrap the toolkit components on the targeted Git ### Options ``` - --arch string arch can be amd64 or arm64 (default "amd64") + --arch arch cluster architecture, available options are: (amd64, arm, arm64) (default amd64) --branch string default branch (for GitHub this must match the default branch setting for the organization) (default "main") --components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller]) -h, --help help for bootstrap --image-pull-secret string Kubernetes secret name used for pulling the toolkit images from a private registry - --log-level string set the controllers log level (default "info") + --log-level logLevel log level, available options are: (amd64, arm, arm64) (default info) --network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true) --registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd") -v, --version string toolkit version (default "latest") diff --git a/docs/cmd/gotk_bootstrap_github.md b/docs/cmd/gotk_bootstrap_github.md index bce9c09b..fd0eb727 100644 --- a/docs/cmd/gotk_bootstrap_github.md +++ b/docs/cmd/gotk_bootstrap_github.md @@ -57,12 +57,12 @@ gotk bootstrap github [flags] ### Options inherited from parent commands ``` - --arch string arch can be amd64 or arm64 (default "amd64") + --arch arch cluster architecture, available options are: (amd64, arm, arm64) (default amd64) --branch string default branch (for GitHub this must match the default branch setting for the organization) (default "main") --components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller]) --image-pull-secret string Kubernetes secret name used for pulling the toolkit images from a private registry --kubeconfig string path to the kubeconfig file (default "~/.kube/config") - --log-level string set the controllers log level (default "info") + --log-level logLevel log level, available options are: (amd64, arm, arm64) (default info) -n, --namespace string the namespace scope for this operation (default "gotk-system") --network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true) --registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd") diff --git a/docs/cmd/gotk_bootstrap_gitlab.md b/docs/cmd/gotk_bootstrap_gitlab.md index 68f066a0..08205954 100644 --- a/docs/cmd/gotk_bootstrap_gitlab.md +++ b/docs/cmd/gotk_bootstrap_gitlab.md @@ -57,12 +57,12 @@ gotk bootstrap gitlab [flags] ### Options inherited from parent commands ``` - --arch string arch can be amd64 or arm64 (default "amd64") + --arch arch cluster architecture, available options are: (amd64, arm, arm64) (default amd64) --branch string default branch (for GitHub this must match the default branch setting for the organization) (default "main") --components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller]) --image-pull-secret string Kubernetes secret name used for pulling the toolkit images from a private registry --kubeconfig string path to the kubeconfig file (default "~/.kube/config") - --log-level string set the controllers log level (default "info") + --log-level logLevel log level, available options are: (amd64, arm, arm64) (default info) -n, --namespace string the namespace scope for this operation (default "gotk-system") --network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true) --registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd") diff --git a/docs/cmd/gotk_install.md b/docs/cmd/gotk_install.md index afc6c2c6..68b32198 100644 --- a/docs/cmd/gotk_install.md +++ b/docs/cmd/gotk_install.md @@ -31,13 +31,13 @@ gotk install [flags] ### Options ``` - --arch string arch can be amd64 or arm64 (default "amd64") + --arch arch cluster architecture, available options are: (amd64, arm, arm64) (default amd64) --components strings list of components, accepts comma-separated values (default [source-controller,kustomize-controller,helm-controller,notification-controller]) --dry-run only print the object that would be applied --export write the install manifests to stdout and exit -h, --help help for install --image-pull-secret string Kubernetes secret name used for pulling the toolkit images from a private registry - --log-level string set the controllers log level (default "info") + --log-level logLevel log level, available options are: (amd64, arm, arm64) (default info) --network-policy deny ingress access to the toolkit controllers from other namespaces using network policies (default true) --registry string container registry where the toolkit images are published (default "ghcr.io/fluxcd") -v, --version string toolkit version (default "latest")