mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +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]
|
||||
Description=Kubernetes Kube-Proxy Server
|
||||
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/kubernetes/config
|
||||
|
Loading…
Reference in New Issue
Block a user