Closed anderslatif closed 3 weeks ago
The correct way to create a namespace in kubectl is with kubectl create namespace <namespace_name>. The current example will cause an error.
kubectl create namespace <namespace_name>
Hi @anderslatif
thank you for contributing!
The correct way to create a namespace in kubectl is with
kubectl create namespace <namespace_name>
. The current example will cause an error.