Add k3s and flux installation
This commit is contained in:
Executable
+16
@@ -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
|
||||
Reference in New Issue
Block a user