Note the helm version for higress installation (#66)

This commit is contained in:
burningEvil0
2022-11-29 19:52:21 +08:00
committed by GitHub
parent 4f44ba95aa
commit 1e448da8e9
2 changed files with 3 additions and 1 deletions

View File

@@ -160,6 +160,8 @@ kubectl create ns higress-system
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress-local
```
helm版本需升级至**v3.8.0**及以上
#### 第四步、 创建 Ingress 资源并测试
```bash

View File

@@ -130,7 +130,7 @@ kubectl.exe config use-context kind-higress
helm install istio -n istio-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/istio-local
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress-local
```
Note: The helm version needs to be upgraded to **v3.8.0** and above
#### step 4. create the ingress and test it
```bash