Skip to content

Instantly share code, notes, and snippets.

@rawroland
Last active August 13, 2019 15:41
Show Gist options
  • Save rawroland/9c1f18c2b7dbfb6fb6e55c0c25494f82 to your computer and use it in GitHub Desktop.
Save rawroland/9c1f18c2b7dbfb6fb6e55c0c25494f82 to your computer and use it in GitHub Desktop.
Delete pods
while kubectl delete pod $(kubectl get pods -nkube-system | awk '/kube-/ {print $1;exit}') -nkube-system; do done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment