Skip to content

Commit

Permalink
Merge pull request kubernetes#5293 from eparis/proxy-network-service
Browse files Browse the repository at this point in the history
Do no start kube-proxy until after network is started
  • Loading branch information
vmarmol committed Mar 11, 2015
2 parents b910fee + 1bca683 commit 9022dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/init/systemd/kube-proxy.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=Kubernetes Kube-Proxy Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
After=network.target

[Service]
EnvironmentFile=-/etc/kubernetes/config
Expand Down

0 comments on commit 9022dbd

Please sign in to comment.