Fixed the create kubectl namespace commands

This commit is contained in:
anderslatif
2024-10-27 07:23:37 +01:00
parent 4cb4b0ecd8
commit 9fc4851992

View File

@@ -116,8 +116,8 @@ TOKEN=$(k get secret -n kubeinvaders -o go-template='{{.data.token | base64decod
Create two namespaces:
```bash
kubectl create namespace1
kubectl create namespace2
kubectl create namespace namespace1
kubectl create namespace namespace2
```
Run the container: