Kubernetes Namespace Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 22: Line 22:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
kubectl get namespace <errant-namespace> -o json > data.json
kubectl get namespace <errant-namespace> -o json > data.json
</syntaxhight>
</syntaxhighlight>

Revision as of 20:39, 15 June 2020

Internal

Overview

kubectl create ns <namespace-name>
kubectl get namespaces|ns
kubectl delete namespace|ns <namespace-name>

Recipes

Namespace Deleting Stuck in "Terminating" State

Noticed with EKS 1.16.

Solution here:

https://medium.com/@clouddev.guru/how-to-fix-kubernetes-namespace-deleting-stuck-in-terminating-state-5ed75792647e
kubectl get namespace <errant-namespace> -o json > data.json