mirror of https://github.com/istio/istio.io.git
				
				
				
			update instructions for mesh expansion (#1056)
* update instructions for mesh expansion * remove ISTIO_STAGING references
This commit is contained in:
		
							parent
							
								
									ff48219c68
								
							
						
					
					
						commit
						4a725f4f2c
					
				| 
						 | 
					@ -201,13 +201,9 @@ Get the debian packages from [github releases](https://github.com/istio/istio/re
 | 
				
			||||||
  # Note: This will be replaced with an 'apt-get' command once the repositories are setup.
 | 
					  # Note: This will be replaced with an 'apt-get' command once the repositories are setup.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  source istio.VERSION # defines version and URLs env var
 | 
					  source istio.VERSION # defines version and URLs env var
 | 
				
			||||||
  curl -L ${PILOT_DEBIAN_URL}/istio-agent.deb > ${ISTIO_STAGING}/istio-agent.deb
 | 
					  curl -L ${PILOT_DEBIAN_URL}/istio-sidecar.deb > istio-sidecar.deb
 | 
				
			||||||
  curl -L ${AUTH_DEBIAN_URL}/istio-auth-node-agent.deb > ${ISTIO_STAGING}/istio-auth-node-agent.deb
 | 
					 | 
				
			||||||
  curl -L ${PROXY_DEBIAN_URL}/istio-proxy.deb > ${ISTIO_STAGING}/istio-proxy.deb
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  dpkg -i istio-proxy-envoy.deb
 | 
					  dpkg -i istio-sidecar.deb
 | 
				
			||||||
  dpkg -i istio-agent.deb
 | 
					 | 
				
			||||||
  dpkg -i istio-auth-node-agent.deb
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  systemctl start istio
 | 
					  systemctl start istio
 | 
				
			||||||
  systemctl start istio-auth-node-agent
 | 
					  systemctl start istio-auth-node-agent
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue