You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
468 B

9 years ago
  1. [Unit]
  2. Description=Kubernetes Scheduler Plugin
  3. Documentation=https://github.com/GoogleCloudPlatform/kubernetes
  4. Requires=etcd2.service
  5. After=etcd2.service
  6. [Service]
  7. EnvironmentFile=-/etc/kubernetes/config
  8. EnvironmentFile=-/etc/kubernetes/scheduler
  9. User=kube
  10. ExecStart={{ bin_dir }}/kube-scheduler \
  11. $KUBE_LOGTOSTDERR \
  12. $KUBE_LOG_LEVEL \
  13. $KUBE_MASTER \
  14. $KUBE_SCHEDULER_ARGS
  15. Restart=on-failure
  16. LimitNOFILE=65536
  17. [Install]
  18. WantedBy=multi-user.target