From 1bca6831a417faed2ef84c98da6e3ef514bbf002 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 11 Mar 2015 12:08:11 -0400 Subject: [PATCH] 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. --- contrib/init/systemd/kube-proxy.service | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/init/systemd/kube-proxy.service b/contrib/init/systemd/kube-proxy.service index 921f4ceee33..829cd8a0cb9 100644 --- a/contrib/init/systemd/kube-proxy.service +++ b/contrib/init/systemd/kube-proxy.service @@ -1,6 +1,7 @@ [Unit] Description=Kubernetes Kube-Proxy Server Documentation=https://github.com/GoogleCloudPlatform/kubernetes +After=network.target [Service] EnvironmentFile=-/etc/kubernetes/config