You've already forked PKGBUILDs
fix(kubernetes): init v1.23.0
This commit is contained in:
13
kubernetes/kube-proxy.service
Normal file
13
kubernetes/kube-proxy.service
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user