Update README.md

This commit is contained in:
澄潭
2022-11-04 20:28:47 +08:00
committed by GitHub
parent e4f1fac9ff
commit 07aced0cf5

View File

@@ -140,7 +140,9 @@ kubectl.exe cluster-info --context higress
#### 第三步、 安装 istio & higress
```bash
kubectl create ns istio-system
helm install istio -n istio-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/istio-local
kubectl create ns higress-system
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress-local
```