Split the installation section & add the bootstrap sub section#1568
Split the installation section & add the bootstrap sub section#1568mehak151 wants to merge 33 commits intofluxcd:mainfrom
Conversation
Remove the following sections to be included in the Bootstrap section later as per fluxcd#1560 Generic Git Server GitHub GitLab BitBucket AWS CodeCommit Azure DevOps Google Cloud Source Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Need to create one in installation folder instead Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Added redirects for following: Bootstrap Generic Git Server GitHub GitLab BitBucket AWS CodeCommit Azure DevOps Google Cloud Source Upgrade Uninstall Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
| This guide walks you through setting up Flux to | ||
| manage one or more Kubernetes clusters. |
There was a problem hiding this comment.
This is no longer a guide style doc. Can you please write here an introduction and explain what Flux is made of, and give a quick overview of what people should expect from this doc.
| If your Git provider is **AWS CodeCommit**, **Azure DevOps**, **Bitbucket Server**, **GitHub** or **GitLab** please | ||
| follow the specific bootstrap procedure: | ||
|
|
||
| * [AWS CodeCommit](./bootstrap/aws-code-commit.md#flux-installation-for-aws-codecommit) | ||
| * [Azure DevOps](./bootstrap/azure.md#flux-installation-for-azure-devops) | ||
| * [Bitbucket Server and Data Center](./bootstrap/bitbucket.md#bitbucket-server-and-data-center) | ||
| * [GitHub.com and GitHub Enterprise](./bootstrap/github.md#github-and-github-enterprise) | ||
| * [GitLab.com and GitLab Enterprise](./bootstrap/gitlab.md#gitlab-and-gitlab-enterprise) |
There was a problem hiding this comment.
We need to list here all the options with Generic Git server first, also no need to repeat the provider names in bold.
| Using the `flux bootstrap` command you can install Flux on a | ||
| Kubernetes cluster and configure it to manage itself from a Git | ||
| repository. | ||
|
|
There was a problem hiding this comment.
Here we need a short example, you could use the bootstrap git with a private SSH key so we avoid talking about SSH agent here.
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com> Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com> Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com> Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com> Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com> Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com> Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
|
@mehak151 please fix Error: error building site: assemble: /opt/build/repo/content/en/flux/installation/bootstrap/generic-git-server.md:2:1: failed to unmarshal YAML: yaml: line 2: did not find expected key |
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
|
Fixed |
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Signed-off-by: mehak151 <66996176+mehak151@users.noreply.github.com>
Made the following structural changes as per: #1560
Installation
-- index (empty, will just list all options below)
-- Generic Git Server
-- GitHub
-- GitLab
-- BitBucket
-- AWS CodeCommit
-- Azure DevOps
-- Google Cloud Source