mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00: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,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Kubernetes Kube-Proxy Server
|
Description=Kubernetes Kube-Proxy Server
|
||||||
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
||||||
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/kubernetes/config
|
EnvironmentFile=-/etc/kubernetes/config
|
||||||
|
Loading…
Reference in New Issue
Block a user