update instructions for mesh expansion (#1056)

* update instructions for mesh expansion

* remove ISTIO_STAGING references
This commit is contained in:
Krishna Pagadala 2018-03-05 18:18:34 -08:00 committed by Laurent Demailly
parent ff48219c68
commit 4a725f4f2c
1 changed files with 2 additions and 6 deletions

View File

@ -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.
source istio.VERSION # defines version and URLs env var
curl -L ${PILOT_DEBIAN_URL}/istio-agent.deb > ${ISTIO_STAGING}/istio-agent.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
curl -L ${PILOT_DEBIAN_URL}/istio-sidecar.deb > istio-sidecar.deb
dpkg -i istio-proxy-envoy.deb
dpkg -i istio-agent.deb
dpkg -i istio-auth-node-agent.deb
dpkg -i istio-sidecar.deb
systemctl start istio
systemctl start istio-auth-node-agent