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