Skip to content

Instantly share code, notes, and snippets.

@int128
Created June 2, 2018 13:28
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 int128/20077e0ac4d4909fab6180098bff0d93 to your computer and use it in GitHub Desktop.
Save int128/20077e0ac4d4909fab6180098bff0d93 to your computer and use it in GitHub Desktop.
Stop processes in Kubernetes master node built with kops
sudo systemctl stop docker-healthcheck.timer
sudo systemctl stop docker
sudo systemctl stop kubelet
sudo systemctl stop protokube

sudo systemctl --all shows:

  docker-healthcheck.service                                    loaded    inactive dead      Run docker-healthcheck once
  docker.service                                                loaded    inactive dead      Docker Application Container Engine
● kubelet.service                                               loaded    failed   failed    Kubernetes Kubelet Server
● protokube.service                                             loaded    failed   failed    Kubernetes Protokube Service
  docker-healthcheck.timer                                      loaded    inactive dead      Trigger docker-healthcheck periodically
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment