Skip to content

Instantly share code, notes, and snippets.

@mowings
Last active January 3, 2020 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mowings/59aae25ddb5c5ac31ee1b9d34b803576 to your computer and use it in GitHub Desktop.
Save mowings/59aae25ddb5c5ac31ee1b9d34b803576 to your computer and use it in GitHub Desktop.
Remove all kubernetes iptables rules/chains
iptables-save | grep -v KUBE | iptables-restore # maybe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment