diff options
| author | R-man3000 <rasmus.luha@gmail.com> | 2026-05-30 21:27:06 +0300 |
|---|---|---|
| committer | R-man3000 <rasmus.luha@gmail.com> | 2026-05-30 21:27:06 +0300 |
| commit | 9275ae9cab7bf659dfb7a74d33e9d03adb3f6ffa (patch) | |
| tree | 9d334bb5830d58a5e4d7b3acaf4280c17f772d68 /setup_script.sh | |
| parent | 188a8eafd139f4cc15cf39584f9092e464a2fdf0 (diff) | |
add docker dns fix
Diffstat (limited to 'setup_script.sh')
| -rw-r--r-- | setup_script.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/setup_script.sh b/setup_script.sh index 222037d..68792cd 100644 --- a/setup_script.sh +++ b/setup_script.sh @@ -4,6 +4,5 @@ k3d cluster create mycluster --agents 2 -p "8080:80@loadbalancer" --k3s-arg "--d ## 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 +kubectl create ns heimdall |
