summaryrefslogtreecommitdiffstats
path: root/install/3_install_istio.sh
diff options
context:
space:
mode:
authorZhaoxing Meng <meng.zhaoxing1@zte.com.cn>2018-08-02 06:44:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-02 06:44:28 +0000
commitbbb5ce47b790b91dbc9a394a32e6b43ebde1990c (patch)
tree7c28a20b6470cd94c9bd41b1005d421c562d3a2b /install/3_install_istio.sh
parent2046032df6371e2188ffeb98df35a7ded2e9c410 (diff)
parent7c410588ef4daca2994ea090df411cf468db8836 (diff)
Merge "Upgrade Istio to 1.0.0"
Diffstat (limited to 'install/3_install_istio.sh')
-rwxr-xr-xinstall/3_install_istio.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/install/3_install_istio.sh b/install/3_install_istio.sh
index 7166db7..5e216c4 100755
--- a/install/3_install_istio.sh
+++ b/install/3_install_istio.sh
@@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-wget https://github.com/istio/istio/releases/download/0.8.0/istio-0.8.0-linux.tar.gz
-tar -zxvf istio-0.8.0-linux.tar.gz
-rm -rf istio-0.8.0-linux.tar.gz
-sudo cp istio-0.8.0/bin/istioctl /usr/bin/
-rm -rf istio-0.8.0
+wget https://github.com/istio/istio/releases/download/1.0.0/istio-1.0.0-linux.tar.gz
+tar -zxvf istio-1.0.0-linux.tar.gz
+rm -rf istio-1.0.0-linux.tar.gz
+sudo cp istio-1.0.0/bin/istioctl /usr/bin/
+rm -rf istio-1.0.0
kubectl apply -f istio.yaml