diff --git a/README.md b/README.md index 9c2d371d7..eb39b82e2 100644 --- a/README.md +++ b/README.md @@ -129,12 +129,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 ``` #### 第三步、 安装 istio & higress