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
497 B

9 years ago
  1. [Unit]
  2. Description=Kubernetes Controller Manager
  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/controller-manager
  9. User=kube
  10. ExecStart={{ bin_dir }}/kube-controller-manager \
  11. $KUBE_LOGTOSTDERR \
  12. $KUBE_LOG_LEVEL \
  13. $KUBE_MASTER \
  14. $KUBE_CONTROLLER_MANAGER_ARGS
  15. Restart=on-failure
  16. LimitNOFILE=65536
  17. [Install]
  18. WantedBy=multi-user.target