Skip to content

Commit

Permalink
Add bootstrap diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Jul 22, 2023
1 parent a7b6319 commit d7eb86c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/en/flux/installation/bootstrap/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ linkTitle: "Bootstrap"
description: "How to bootstrap Flux for various Git providers"
weight: 20
---

```mermaid
sequenceDiagram
actor me as admin
participant cli as Flux<br><br>CLI
participant kube as Kubernetes<br><br>API server
participant flux as Flux<br><br>controllers
participant git as Git<br><br>repository
me->>cli: 1. flux bootstrap
cli-->>git: 2. push install config
cli->>kube: 3. install controllers
cli-->>git: 4. set deploy key
cli->>kube: 5. set private key
cli-->>git: 6. push sync config
cli->>kube: 7. apply sync config
git-->>flux: 8. pull config
flux->>kube: 9. reconcile
kube->>cli: 10. report status
cli->>me: 11. return status
```

0 comments on commit d7eb86c

Please sign in to comment.