diff --git a/content/en/flux/installation/_index.md b/content/en/flux/installation/_index.md index 0b3525e18..0806d0e8a 100644 --- a/content/en/flux/installation/_index.md +++ b/content/en/flux/installation/_index.md @@ -13,7 +13,6 @@ You will need a Kubernetes cluster that matches one of the following versions: | Kubernetes version | Minimum required | |--------------------|------------------| -| `v1.24` | `>= 1.24.0` | | `v1.25` | `>= 1.25.0` | | `v1.26` | `>= 1.26.0` | | `v1.27` and later | `>= 1.27.1` | diff --git a/content/en/flux/installation/bootstrap/azure.md b/content/en/flux/installation/bootstrap/azure.md index 6e1dfae50..214f0b258 100644 --- a/content/en/flux/installation/bootstrap/azure.md +++ b/content/en/flux/installation/bootstrap/azure.md @@ -1,7 +1,7 @@ --- title: Azure DevOps linkTitle: Azure DevOps -description: "How to follow bootstrap Flux with Azure DevOps" +description: "How to bootstrap Flux with Azure DevOps" weight: 60 --- diff --git a/content/en/flux/installation/bootstrap/bitbucket.md b/content/en/flux/installation/bootstrap/bitbucket.md index b2be5a0f6..20ee2ca02 100644 --- a/content/en/flux/installation/bootstrap/bitbucket.md +++ b/content/en/flux/installation/bootstrap/bitbucket.md @@ -1,7 +1,7 @@ --- title: Bitbucket linkTitle: Bitbucket -description: "How to bootstrap Flux with Bitbucket" +description: "How to bootstrap Flux with Bitbucket Server and Data Center" weight: 40 --- diff --git a/content/en/flux/installation/bootstrap/gitlab.md b/content/en/flux/installation/bootstrap/gitlab.md index 91518ff6f..9f7741ebe 100644 --- a/content/en/flux/installation/bootstrap/gitlab.md +++ b/content/en/flux/installation/bootstrap/gitlab.md @@ -1,7 +1,7 @@ --- -title: GitLab +title: GitLab and GitLab Enterprise linkTitle: GitLab -description: "How to bootstrap Flux with GitLab" +description: "How to bootstrap Flux with GitLab and GitLab Enterprise" weight: 30 --- diff --git a/content/en/flux/installation/bootstrap/google-cloud-source.md b/content/en/flux/installation/bootstrap/google-cloud-source.md index c82ab4585..70c96e60d 100644 --- a/content/en/flux/installation/bootstrap/google-cloud-source.md +++ b/content/en/flux/installation/bootstrap/google-cloud-source.md @@ -1,7 +1,7 @@ --- title: Google Cloud Source linkTitle: Google Cloud Source -description: "How bootstrap Flux with Google Cloud Source" +description: "How to bootstrap Flux with Google Cloud Source Repository" weight: 70 --- diff --git a/content/en/flux/installation/uninstall.md b/content/en/flux/installation/uninstall.md index b4c6ac7ba..83a6e4657 100644 --- a/content/en/flux/installation/uninstall.md +++ b/content/en/flux/installation/uninstall.md @@ -5,8 +5,6 @@ description: "Uninstall Flux using CLI uninstall method" weight: 50 --- -## Uninstall - You can uninstall Flux with: ```sh @@ -26,7 +24,7 @@ If you've installed Flux in a namespace that you wish to preserve, you can skip the namespace deletion with: ```sh -flux uninstall --namespace=infra --keep-namespace +flux uninstall --namespace=flux-system --keep-namespace ``` {{% alert color="info" title="Reinstall" %}}