This commit is contained in:
Morten Olsen
2025-10-29 23:31:30 +01:00
parent 2281dcafb4
commit 772d078649
48 changed files with 2755 additions and 30 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
.PHONY: dev-recreate
dev-destroy:
colima delete --force
rm -rf ~/.colima/homelab/
dev-recreate: dev-destroy
colima start \
--profile homelab \
--kubernetes \
--memory 4 \
--k3s-arg='"--disable=traefik,local-storage"' \
--k3s-arg='"--disable-helm-controller"'
#--k3s-arg='"--flannel-backend=none"'
flux install --components="source-controller,helm-controller"