From a0b88ba4dbcb48feac509f3f6a1659864c49fa9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Fri, 4 Nov 2022 20:38:07 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_EN.md b/README_EN.md index 2f9fbcd97..812492bf7 100644 --- a/README_EN.md +++ b/README_EN.md @@ -111,12 +111,12 @@ nodes: Mac & Linux: ```bash kind create cluster --name higress --config=cluster.conf -kubectl cluster-info --context higress +kubectl config use-context kind-higress ``` Windows: ```bash kind.exe create cluster --name higress --config=cluster.conf -kubectl.exe cluster-info --context higress +kubectl.exe config use-context kind-higress ``` #### step 3. install istio & higress