From 1e448da8e90d917490748c33fce897c7e334eaf8 Mon Sep 17 00:00:00 2001 From: burningEvil0 Date: Tue, 29 Nov 2022 19:52:21 +0800 Subject: [PATCH] Note the helm version for higress installation (#66) --- README.md | 2 ++ README_EN.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7376da7ff..a899e5508 100644 --- a/README.md +++ b/README.md @@ -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版本需升级至**v3.8.0**及以上 + #### 第四步、 创建 Ingress 资源并测试 ```bash diff --git a/README_EN.md b/README_EN.md index 4b909d1d4..cec74bbc1 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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 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 ```bash