Do no start kube-proxy until after network is started

https://bugzilla.redhat.com/show_bug.cgi?id=1200919

The kube-proxy will die if it starts before the network.
This commit is contained in:
Eric Paris 2015-03-11 12:08:11 -04:00
parent 18ebae9653
commit 1bca6831a4

View File

@ -1,6 +1,7 @@
[Unit]
Description=Kubernetes Kube-Proxy Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
After=network.target
[Service]
EnvironmentFile=-/etc/kubernetes/config