Split setup into 2 phases and updated docs
This commit is contained in:
parent
dc2f1e85e0
commit
a3cfba3d6a
3 changed files with 153 additions and 1 deletions
|
|
@ -7,6 +7,13 @@ keeps running its other self-hosted services throughout — this installs as
|
|||
ordinary KVM/libvirt packages next to them, sized deliberately small (3 VMs,
|
||||
2 vCPU/2GB RAM each), not a hypervisor OS taking over the box.
|
||||
|
||||
Two setup paths, sharing everything past the cluster itself:
|
||||
- **`docs/QUICKSTART.md`** — one manually-created VM (`virt-install`, no
|
||||
Terraform), fastest way to a real cluster to learn Flux/GitOps on.
|
||||
- **`docs/SETUP.md`** — the full path, Terraform/OpenTofu provisioning all
|
||||
3 VMs. Currently the harder, unfinished track (provider schema issues) —
|
||||
worth doing properly, but don't block on it.
|
||||
|
||||
## The loop
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue