Update README.md

This commit is contained in:
澄潭
2023-03-10 14:13:19 +08:00
committed by GitHub
parent 0d14c3c6ce
commit 6e8f17e41f

View File

@@ -155,7 +155,7 @@ kubectl.exe config use-context kind-higress
```bash
helm repo add higress.io https://higress.io/helm-charts
helm install higress higress.io/higress -n higress-system --create-namespace --set global.kind=true
helm install higress higress.io/higress -n higress-system --set global.kind=true --create-namespace --render-subchart-notes
```
helm版本需升级至**v3.8.0**及以上
@@ -191,7 +191,7 @@ kubectl delete ns higress-system
```bash
helm repo add higress.io https://higress.io/helm-charts
helm install higress higress.io/higress -n higress-system --create-namespace
helm install higress higress.io/higress -n higress-system --create-namespace --render-subchart-notes
```
#### 第二步、 创建 Ingress 资源并测试