mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Merge pull request #5293 from eparis/proxy-network-service
Do no start kube-proxy until after network is started
This commit is contained in:
commit
9022dbd3ea
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