mirror of
https://github.com/alibaba/higress.git
synced 2026-06-10 05:07:30 +08:00
Note the helm version for higress installation (#66)
This commit is contained in:
@@ -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 install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress-local
|
||||||
```
|
```
|
||||||
|
|
||||||
|
注:helm版本需升级至**v3.8.0**及以上
|
||||||
|
|
||||||
#### 第四步、 创建 Ingress 资源并测试
|
#### 第四步、 创建 Ingress 资源并测试
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -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 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
|
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
|
#### step 4. create the ingress and test it
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user