Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 30, 2019 13:12
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 vigneshragupathy/6605ec3ce173383ec3d1082ff0cb4aa0 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/6605ec3ce173383ec3d1082ff0cb4aa0 to your computer and use it in GitHub Desktop.
[Unit]
Description=Kubernetes Scheduler
Documentation=https://github.com/kubernetes/kubernetes
[Service]
ExecStart=/usr/local/bin/kube-scheduler \
--kubeconfig=/var/lib/kubernetes/kube-scheduler.kubeconfig \
--address=127.0.0.1 \
--leader-elect=true \
--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