Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created April 15, 2016 23:50
Show Gist options
  • Save kelseyhightower/ed7ecf89ee159fe54a269c33aa378c7c to your computer and use it in GitHub Desktop.
Save kelseyhightower/ed7ecf89ee159fe54a269c33aa378c7c to your computer and use it in GitHub Desktop.
[Unit]
Description=Kubernetes Kubelet
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
[Service]
ExecStart=/usr/bin/kubelet \
--api-servers=http://<api-server-ip>: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