| [Unit] | |
| Description=Kubernetes Kube-Proxy Server | |
| Documentation=https://github.com/kubernetes/kubernetes | |
| Documentation=man:kube-proxy | |
| After=network.target | |
| [Service] | |
| SyslogIdentifier=kube-proxy | |
| EnvironmentFile=-/etc/kubernetes/config | |
| EnvironmentFile=-/etc/default/%p | |
| User=root | |
| ExecStart=/usr/bin/hyperkube \ | |
| proxy \ | |
| $KUBE_LOGTOSTDERR \ | |
| $KUBE_LOG_LEVEL \ | |
| $KUBE_MASTER \ | |
| $DAEMON_ARGS | |
| Restart=on-failure | |
| LimitNOFILE=65536 | |
| [Install] | |
| WantedBy=multi-user.target |