doc: Use helm repo instead of OCI image as the installation source (#210)

This commit is contained in:
Kent Dong
2023-02-22 22:20:32 +08:00
committed by GitHub
parent 7bc383ed29
commit e6744a1902
2 changed files with 8 additions and 8 deletions

View File

@@ -154,8 +154,8 @@ kubectl.exe config use-context kind-higress
#### 第三步、 安装 higress
```bash
kubectl create ns higress-system
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress-local
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版本需升级至**v3.8.0**及以上
@@ -190,8 +190,8 @@ kubectl delete ns higress-system
#### 第一步、 安装 higress
```bash
kubectl create ns higress-system
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress
helm repo add higress.io https://higress.io/helm-charts
helm install higress higress.io/higress -n higress-system --create-namespace
```
#### 第二步、 创建 Ingress 资源并测试

View File

@@ -127,8 +127,8 @@ kubectl.exe config use-context kind-higress
#### step 3. install higress
```bash
kubectl create ns higress-system
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress-local
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
```
Note: The helm version needs to be upgraded to **v3.8.0** and above
#### step 4. create the ingress and test it
@@ -161,8 +161,8 @@ kubectl delete ns higress-system
#### step 1. install higress
```bash
kubectl create ns higress-system
helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress
helm repo add higress.io https://higress.io/helm-charts
helm install higress higress.io/higress -n higress-system --create-namespace
```
#### step 2. create the ingress and test it