Add k3s and flux installation

This commit is contained in:
Daniel Cosme
2026-04-17 18:11:18 -04:00
parent 78ec3af8c4
commit ff4eb295ef
16 changed files with 341 additions and 6498 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/sh
set -euo pipefail
echo CLUSTER NAME: $CLUSTER_NAME
flux --kubeconfig ~/.kube/$CLUSTER_NAME \
bootstrap gitea \
--token-auth \
--hostname=$GITEA_HOST \
--owner=daniel \
--repository=homelab \
--private=false \
--branch=main \
--personal=true \
--path=./clusters/hydra