kubeasz/roles/kube-node/templates/kube-proxy.service.j2

16 lines
356 B
Plaintext
Raw Normal View History

2017-11-11 19:14:21 +08:00
[Unit]
Description=Kubernetes Kube-Proxy Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
After=network.target
[Service]
WorkingDirectory=/var/lib/kube-proxy
ExecStart={{ bin_dir }}/kube-proxy \
2021-01-10 21:25:05 +08:00
--config=/var/lib/kube-proxy/kube-proxy-config.yaml
2019-07-19 13:47:10 +08:00
Restart=always
2017-11-11 19:14:21 +08:00
RestartSec=5
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target