k3s/cluster/saltbase/salt/kube-proxy/kube-proxy.service

11 lines
254 B
INI

[Unit]
Description=Kubernetes Kube-Proxy Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
[Service]
EnvironmentFile=/etc/sysconfig/kube-proxy
ExecStart=/usr/local/bin/kube-proxy "$DAEMON_ARGS"
[Install]
WantedBy=multi-user.target