wildtreetech / ohjh

ohjh - The OpenHumans JupyterHub deployment
MIT License
8 stars 7 forks source link

beginners guide for deleting stuff #27

Closed gedankenstuecke closed 6 years ago

betatim commented 6 years ago

betatim commented 6 years ago

You can also delete individual pods with kubectl delete pod <podname> if you need/want a slightly smaller 🔨.

gedankenstuecke commented 6 years ago

The tricky part though: You'll need to give the --namespace, which wasn't mentioned in the docs either, because otherwise it'll match nothing 😉

betatim commented 6 years ago

Ah yes! This is because you will quickly get tired of typing it and install something like https://github.com/ahmetb/kubectx

gedankenstuecke commented 6 years ago

That's a good thing to have learned!