Add longhorn

This commit is contained in:
2024-08-04 20:27:04 +01:00
parent 53f5b0c91a
commit e03f3bf885
4 changed files with 42 additions and 2 deletions

View File

@@ -8,8 +8,6 @@
# Kairos
Kairos automatically includes Traefik
- Grab the latest image from https://github.com/kairos-io/kairos/releases, the image should have the format `kairos-debian-bookworm-standard-amd64-generic-v3.1.1-k3sv1.30.2+k3s1`.
The main things we're looking for are the latest debian, standard, amd64, then the versions of kairos (v3.1.1) and k3s (1.30.2).
- Burn to usb
@@ -28,3 +26,14 @@ Host 192.168.1.101
## Flux CD
- `flux bootstrap git --private-key-file=/config/.ssh/gitea --url ssh://git@gitea.home.joemonk.co.uk:2222/joe/gitops.git --branch main --path=clusters/kairos`
## DNS
We need to point a dns server to the server so we can access things via hostname rather than needing complex routing.
### In OPNSense
- Make sure Services > UnboundDNS is active and working
- In overrides, add the host as `*`, domain as `k3s` and value as the ip address of the server
You should be able to access `http://traefik.k3s:9000/dashboard#/` (at the time of writing, looking to route this properly)