From e6744a19026df55caf53e1195515c8966ccda0d4 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Wed, 22 Feb 2023 22:20:32 +0800 Subject: [PATCH] doc: Use helm repo instead of OCI image as the installation source (#210) --- README.md | 8 ++++---- README_EN.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0cbe436f0..6a58eef4a 100644 --- a/README.md +++ b/README.md @@ -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 资源并测试 diff --git a/README_EN.md b/README_EN.md index 14c9ff014..9df59ffa0 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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