Skip to content

Commit

Permalink
Merge pull request #236 from AliyunContainerService/v1.29.1
Browse files Browse the repository at this point in the history
Update Istio to latest version
  • Loading branch information
osswangxining authored Jun 10, 2024
2 parents 21b4ae2 + 2dc79c5 commit 2075c41
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,18 @@ helm uninstall wordpress
可以根据文档安装 Istio https://istio.io/docs/setup/getting-started/
#### 下载 Istio 1.5.0
#### 下载 Istio
例如下载Istio版本1.22.1(其他更新版本可以自行替换), 执行如下命令:
```bash
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.5.0 sh -
cd istio-1.5.0
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.22.1 sh -
cd istio-1.22.1
export PATH=$PWD/bin:$PATH
```
注意: Windows环境未经严格测试。
在Windows上,您可以手工下载Istio安装包,或者把```getLatestIstio.ps1```拷贝到你希望下载 Istio 的目录,并执行 - 说明:根据社区提供的[安装脚本](https://gist.github.com/kameshsampath/796060a806da15b39aa9569c8f8e6bcf)修改而来
```powershell
Expand All @@ -355,7 +359,7 @@ export PATH=$PWD/bin:$PATH
#### 安装 Istio
```shell
istioctl manifest apply --set profile=demo
istioctl install --set profile=demo -y
```
#### 检查 Istio 状态
Expand Down

0 comments on commit 2075c41

Please sign in to comment.