infrastructure/flux/README.md

13 lines
441 B
Markdown
Raw Normal View History

# Kubernetes Cluster
2021-10-27 12:09:16 +02:00
This is my personal Kubernetes Cluster. [Flux] watches this git repo and reconciles and changes made to the cluster.
2023-01-12 14:16:56 +01:00
## Bootstrap
```sh
flux bootstrap git --url ssh://gitea@git.0x76.dev:42/v/infrastructure.git --branch=main --path=flux/olympus/base --ssh-key-algorithm=ed25519
```
2021-10-27 12:09:16 +02:00
## References
Heavily inspired by: [onedr0p's cluster](https://github.com/onedr0p/home-cluster)
[Flux]: https://github.com/fluxcd/flux2