Skip to content

Commit

Permalink
doc: Use helm repo instead of OCI image as the installation source (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Feb 22, 2023
1 parent 7bc383e commit e6744a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**及以上
Expand Down Expand Up @@ -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 资源并测试
Expand Down
8 changes: 4 additions & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e6744a1

Please sign in to comment.