github.com/greenboxal/deis@v1.12.1/deisctl/units/deis-kube-proxy.service (about) 1 [Unit] 2 Description=Kubernetes Proxy 3 Documentation=https://github.com/GoogleCloudPlatform/kubernetes 4 5 [Service] 6 EnvironmentFile=/etc/environment 7 ExecStartPre=/bin/bash -c "/opt/bin/download-k8s-binary kube-proxy" 8 ExecStartPre=/bin/bash -c "/opt/bin/wupiao $(/usr/bin/etcdctl get /deis/scheduler/k8s/master):8080" 9 ExecStart=/bin/bash -c '/opt/bin/kube-proxy --master=`/usr/bin/etcdctl get /deis/scheduler/k8s/master`:8080 --logtostderr=true --healthz-bind-address=0.0.0.0' 10 Restart=always 11 RestartSec=10 12 SuccessExitStatus=2 13 14 [X-Fleet] 15 Global=true