[Unit] ConditionFileIsExecutable=/opt/bin/kube-proxy Description=Kubernetes Proxy Documentation=https://github.com/GoogleCloudPlatform/kubernetes [Service] ExecStart=/opt/bin/kube-proxy --etcd_servers=http://127.0.0.1:4001 --logtostderr=true Restart=on-failure RestartSec=1 [Install] WantedBy=multi-user.target