diff options
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 |
