diff options
| author | Rasmus Luha <rasmus.luha@ut.ee> | 2026-05-30 17:53:29 +0300 |
|---|---|---|
| committer | Rasmus Luha <rasmus.luha@ut.ee> | 2026-05-30 17:53:29 +0300 |
| commit | 188a8eafd139f4cc15cf39584f9092e464a2fdf0 (patch) | |
| tree | b10cd29b0ab1fc112968c3049bae99f50b0d2802 /setup_script.sh | |
init commit - heimdall running
Diffstat (limited to 'setup_script.sh')
| -rw-r--r-- | setup_script.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/setup_script.sh b/setup_script.sh new file mode 100644 index 0000000..222037d --- /dev/null +++ b/setup_script.sh @@ -0,0 +1,9 @@ +## Create cluster +k3d cluster create mycluster --agents 2 -p "8080:80@loadbalancer" --k3s-arg "--disable=traefik@server:*" + +## Install ingress +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/cloud/deploy.yaml + + +## Create namespaces +kubectl creat ns heimdall |
