Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created April 15, 2016 23:28
Show Gist options
  • Save kelseyhightower/072d718237f1c2466567790d546dc6af to your computer and use it in GitHub Desktop.
Save kelseyhightower/072d718237f1c2466567790d546dc6af to your computer and use it in GitHub Desktop.
[Unit]
Description=Kubernetes Controller Manager
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
[Service]
ExecStart=/usr/bin/kube-controller-manager \
--master=http://127.0.0.1:8080 \
--v=2
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment