feat(deploy): add scripts for k3d installation and SSH tunnel setup

This commit is contained in:
Janis Eccarius
2026-05-30 14:30:44 +02:00
parent cb28dc88b1
commit 1ed4fc4c33
8 changed files with 44 additions and 64 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ create_cluster() {
--port "80:80@loadbalancer" \
--port "443:443@loadbalancer" \
--k3s-arg "--disable=traefik@server:0" \
--k3s-arg "--disable=servicelb@server:0"
--k3s-arg "--disable=servicelb@server:0" \
--k3s-arg "--disable=metrics-server@server:0"
echo "✅ Cluster '${CLUSTER_NAME}' created!"
}