Skip to content

Commit

Permalink
some suggestions while reading the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Nov 16, 2023
1 parent bce28fe commit 151ee41
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ If Flux is installed, but doesn't have a valid installation, the bootstrap CLI w
#### Bootstrap Flux
After verifying Flux installation if Flux was not found you will have the ability to bootstrap Flux with the [generic way](https://fluxcd.io/flux/installation/bootstrap/generic-git-server/), you will be prompted to provide your repository url, repository branch and path for your cluster.
Then based on your repo url if it's a ssh or https you will be prompted to provide your private key path & private key password or username & password/token.
After getting the right info regarding your repo, Flux will start to bootstrap and reconcile your repo.
If Flux is not found in the Management Cluster, you have the ability to bootstrap it with the [Generic Git](https://fluxcd.io/flux/installation/bootstrap/generic-git-server/).
You will be prompted to provide: `repository url`, `repository branch` and `path` to reconcile. Based on your `repository url` authentication credentials will be requested.
For SSH, `private key path` & `private key password`. For HTTPS, `username` and `password`. After getting the right info regarding your repo, Flux will start to bootstrap and reconcile your repo.
#### Verify Entitlement
Expand Down

0 comments on commit 151ee41

Please sign in to comment.