mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-14 20:10:50 -04:00
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:
parent
18ebae9653
commit
1bca6831a4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Kubernetes Kube-Proxy Server
|
||||
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/kubernetes/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue