lucky-sideburn / kubeinvaders

Gamified Chaos Engineering Tool for Kubernetes
Apache License 2.0
1.02k stars 127 forks source link

Fixed the create kubectl namespace commands #91

Closed anderslatif closed 3 weeks ago

anderslatif commented 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.

lucky-sideburn commented 3 weeks ago

Hi @anderslatif

thank you for contributing!