Skip to content

Instantly share code, notes, and snippets.

@mowings
Created August 10, 2020 16:06
Show Gist options
  • Save mowings/987cfdd8ca85a395879059c6c4bd28b0 to your computer and use it in GitHub Desktop.
Save mowings/987cfdd8ca85a395879059c6c4bd28b0 to your computer and use it in GitHub Desktop.
Force kube-proxy restart on a node -- one liner
docker ps | grep kube-proxy_kube-proxy | awk '{ print $1}' | xargs docker stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment