mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #17633 from yangxiangyu/master
Auto commit by PR queue bot
This commit is contained in:
		@@ -121,7 +121,7 @@ start_k8s(){
 | 
				
			|||||||
    gcr.io/google_containers/etcd:2.2.1 \
 | 
					    gcr.io/google_containers/etcd:2.2.1 \
 | 
				
			||||||
    /usr/local/bin/etcd \
 | 
					    /usr/local/bin/etcd \
 | 
				
			||||||
    --listen-client-urls=http://127.0.0.1:4001,http://${MASTER_IP}:4001 \
 | 
					    --listen-client-urls=http://127.0.0.1:4001,http://${MASTER_IP}:4001 \
 | 
				
			||||||
    --advertise-client-urls=http://${MASTER_IP}:4001
 | 
					    --advertise-client-urls=http://${MASTER_IP}:4001 \
 | 
				
			||||||
    --data-dir=/var/etcd/data
 | 
					    --data-dir=/var/etcd/data
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sleep 5
 | 
					    sleep 5
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user