mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00: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:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user