diff options
author | 2018-08-02 06:44:28 +0000 | |
---|---|---|
committer | 2018-08-02 06:44:28 +0000 | |
commit | bbb5ce47b790b91dbc9a394a32e6b43ebde1990c (patch) | |
tree | 7c28a20b6470cd94c9bd41b1005d421c562d3a2b /install/3_install_istio.sh | |
parent | 2046032df6371e2188ffeb98df35a7ded2e9c410 (diff) | |
parent | 7c410588ef4daca2994ea090df411cf468db8836 (diff) |
Merge "Upgrade Istio to 1.0.0"
Diffstat (limited to 'install/3_install_istio.sh')
-rwxr-xr-x | install/3_install_istio.sh | 10 |
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 |