Last active
July 21, 2017 11:31
-
-
Save delfer/6d0f43f188ff7393382520aa8269f5e9 to your computer and use it in GitHub Desktop.
Restart Kubernetes controller
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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