From 902db4c732e6cb2d675f9418924fb7791f257204 Mon Sep 17 00:00:00 2001 From: George Tseres Date: Mon, 23 Nov 2020 15:23:52 +0200 Subject: [PATCH 1/2] Add reference to the bootstrap migration Signed-off-by: gtseres --- docs/guides/flux-v1-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/flux-v1-migration.md b/docs/guides/flux-v1-migration.md index f6884e9e..1c8518cc 100644 --- a/docs/guides/flux-v1-migration.md +++ b/docs/guides/flux-v1-migration.md @@ -60,7 +60,7 @@ Flux v1 repository to the bootstrap one. ## In-place migration !!! warning - For production use we recommend using the **bootstrap** procedure, + For production use we recommend using the **bootstrap** procedure (see the `Gitops migration` section above), but if you wish to install Flux v2 in the same way as Flux v1 then follow along. From 5e47c160995a632a8c96dc216e5a05bd74447e7f Mon Sep 17 00:00:00 2001 From: George Tseres Date: Mon, 23 Nov 2020 15:38:35 +0200 Subject: [PATCH 2/2] Update docs/guides/flux-v1-migration.md Co-authored-by: Stefan Prodan Signed-off-by: gtseres --- docs/guides/flux-v1-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/flux-v1-migration.md b/docs/guides/flux-v1-migration.md index 1c8518cc..7cec6d2c 100644 --- a/docs/guides/flux-v1-migration.md +++ b/docs/guides/flux-v1-migration.md @@ -60,7 +60,7 @@ Flux v1 repository to the bootstrap one. ## In-place migration !!! warning - For production use we recommend using the **bootstrap** procedure (see the `Gitops migration` section above), + For production use we recommend using the **bootstrap** procedure (see the [Gitops migration](#gitops-migration) section above), but if you wish to install Flux v2 in the same way as Flux v1 then follow along.