summarylogtreecommitdiffstats
path: root/kube-proxy.service
blob: 1cd3e67f860388fafedd007100d34124c34a94f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Kubernetes Kube-Proxy Server
Documentation=man:kube-proxy(1)
After=network.target

[Service]
EnvironmentFile=-/etc/kubernetes/kube-proxy.env
ExecStart=/usr/bin/kube-proxy $KUBE_PROXY_ARGS
Restart=on-failure
LimitNOFILE=65536

[Install]
WantedBy=multi-user.target