Skip to content

Instantly share code, notes, and snippets.

View vinayakakv's full-sized avatar
⛰️

Vinayaka K V vinayakakv

⛰️
View GitHub Profile
@superbrothers
superbrothers / kubectl-delete_all
Last active March 29, 2024 10:27
Kubernetes: Delete all objects in the namespace
kubectl delete "$(kubectl api-resources --namespaced=true --verbs=delete -o name | tr "\n" "," | sed -e 's/,$//')" --all