Skip to content

Instantly share code, notes, and snippets.

View satishppawar's full-sized avatar
🐢
Slowly slowly but moving...

Satish Pawar satishppawar

🐢
Slowly slowly but moving...
  • HCL Technologies
  • Pune
View GitHub Profile
To delete terminating namespace
kubectl get ns namespaceName -o json > namespaceName.json
Open namespaceName.json and remove "kubernetes" from spec
i.e
change
```
"spec": {
"finalizers": [