Skip to content

Instantly share code, notes, and snippets.

@delfer
Last active July 21, 2017 11:31
Show Gist options
  • Save delfer/6d0f43f188ff7393382520aa8269f5e9 to your computer and use it in GitHub Desktop.
Save delfer/6d0f43f188ff7393382520aa8269f5e9 to your computer and use it in GitHub Desktop.
Restart Kubernetes controller
docker ps | grep '/hyperkube controlle' | awk '{ print $1 }' | xargs docker stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment