From 07aced0cf5ae97862d282f4b795199e07c1abcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Fri, 4 Nov 2022 20:28:47 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06f82b341..9c2d371d7 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,9 @@ kubectl.exe cluster-info --context higress #### 第三步、 安装 istio & higress ```bash +kubectl create ns istio-system helm install istio -n istio-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/istio-local +kubectl create ns higress-system helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.aliyuncs.com/charts/higress-local ```