readme: add bootstrap info

This commit is contained in:
Vivian 2021-10-28 12:38:27 +02:00
parent a6710aaf77
commit aec8f968bb

View file

@ -8,6 +8,12 @@ The main directory is `cluster`, it contains the following subdirectories in the
* **core**: important core infrastructure applications, grouped by namespace, that should never be pruned * **core**: important core infrastructure applications, grouped by namespace, that should never be pruned
* **apps**: common applications that are allowed to be pruned by flux * **apps**: common applications that are allowed to be pruned by flux
## Bootstrap
The cluster was bootstrapped using the following command:
```
flux bootstrap git --url=ssh://git@git.xirion.net:2222/olympus/flux.git --branch=main --path=cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller
```
## References ## References
Heavily inspired by: [onedr0p's cluster](https://github.com/onedr0p/home-cluster) Heavily inspired by: [onedr0p's cluster](https://github.com/onedr0p/home-cluster)