Skip to content

Instantly share code, notes, and snippets.

@ilacorda
Created August 4, 2021 08:39
Embed
What would you like to do?
Kill all kubectl processes running
ps aux | grep -i kubectl | grep -v grep | awk {'print $2'} | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment