Skip to content

Instantly share code, notes, and snippets.

View rof20004's full-sized avatar
🏠
Working from home

Rodolfo Azevedo rof20004

🏠
Working from home
  • Santo André, São Paulo
View GitHub Profile
@rof20004
rof20004 / force delete kubernetes namespace
Last active July 16, 2025 03:43
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 @-