From f1dab2279d1c714b2c1aa388ecde0e8720ddc947 Mon Sep 17 00:00:00 2001 From: Somtochi Onyekwere Date: Tue, 5 Jan 2021 11:36:51 +0100 Subject: [PATCH] Small nits Signed-off-by: Somtochi Onyekwere --- docs/core-concepts/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core-concepts/index.md b/docs/core-concepts/index.md index c68de2eb..06965871 100644 --- a/docs/core-concepts/index.md +++ b/docs/core-concepts/index.md @@ -46,7 +46,7 @@ For more information, take a look at [this documentation](../components/kustomiz ## Bootstrap -The process of installing the Flux components in a complete GitOps way is called a bootstrap. The manifests are applied to the cluster, a `GitRepository` and `Kustomization` are created for the Flux components and the manifests are pushed to an existing Git repository(or a new one is created). Flux can manage itself just as it manages other applications. -The bootstrap is done using the Flux CLI `flux bootstrap`. +The process of installing the Flux components in a complete GitOps way is called a bootstrap. The manifests are applied to the cluster, a `GitRepository` and `Kustomization` are created for the Flux components, and the manifests are pushed to an existing Git repository(or a new one is created). Flux can manage itself just as it manages other resources. +The bootstrap is done using the `flux` CLI `flux bootstrap`. For more information, take a look at [the documentation for the bootstrap command](../cmd/flux_bootstrap.md). \ No newline at end of file