Skip to content

Instantly share code, notes, and snippets.

@rof20004
Last active July 16, 2025 03:43
Show Gist options
  • Save rof20004/62906d8bed2e7a1676fe3a81415198c1 to your computer and use it in GitHub Desktop.
Save rof20004/62906d8bed2e7a1676fe3a81415198c1 to your computer and use it in GitHub Desktop.
Delete Kubernetes stucked namespace
kubectl proxy
kubectl get ns <rouge-ns> -o json | jq '.spec.finalizers=[]' | curl -X PUT http://localhost:8001/api/v1/namespaces/<rouge-ns>/finalize -H "Content-Type: application/json" --data @-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment