Repository for my homelab configuration
- for cilium gatewayAPI you first need to apply the gatewayAPI CRDs from here: https://gateway-api.sigs.k8s.io/guides/#install-standard-channel
- because of TLS Route is only available at experimental channel apply the following CRDs: https://gateway-api.sigs.k8s.io/guides/#install-experimental-channel
- because of Longhorn it is saver to first update the control-plane only by commentig out the
staticWorkerssection in the file homelab.yaml - run
make k1-apply-homelabafter commenting out the lines - if the update of the control-plane was successfull remove the comments at
staticWorkerssection and runmake k1-apply-homelabagain