From cab735874c45be4f3eb993932cc95e4904658bd6 Mon Sep 17 00:00:00 2001 From: "Mr.Fan" <6213378@qq.com> Date: Thu, 16 May 2024 15:21:24 +0800 Subject: [PATCH 1/2] helm repo add higress.cn --- .../current/user/quickstart.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/quickstart.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/quickstart.md index 506b1ace44..7066d85dcc 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/quickstart.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/quickstart.md @@ -21,6 +21,12 @@ helm repo add higress.io https://higress.io/helm-charts helm install higress -n higress-system higress.io/higress --create-namespace --render-subchart-notes ``` +> 中国大陆可以使用以下方法加速安装 +> ```bash +> helm repo add higress.cn https://higress.cn/helm-charts +> helm upgrade --install higress -n higress-system higress.cn/higress --create-namespace --render-subchart-notes +> ``` + 获取 Higress Gateway 的 LoadBalancer IP,并记录下来。后续可以通过该 IP 的 80 和 443 端口访问 Higress Gateway。 ```bash kubectl get svc -n higress-system higress-gateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}' From 93c4c2831cc2241c4b5b8604c8d1f8a2522434b0 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Thu, 16 May 2024 15:26:37 +0800 Subject: [PATCH 2/2] Update quickstart.md --- .../docusaurus-plugin-content-docs/current/user/quickstart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/quickstart.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/quickstart.md index 7066d85dcc..8bb5ac3518 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/quickstart.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/quickstart.md @@ -21,7 +21,8 @@ helm repo add higress.io https://higress.io/helm-charts helm install higress -n higress-system higress.io/higress --create-namespace --render-subchart-notes ``` -> 中国大陆可以使用以下方法加速安装 +> 中国大陆用户可以使用以下方法加速安装: +> > ```bash > helm repo add higress.cn https://higress.cn/helm-charts > helm upgrade --install higress -n higress-system higress.cn/higress --create-namespace --render-subchart-notes