Update README.md

This commit is contained in:
澄潭
2022-11-04 20:37:24 +08:00
committed by GitHub
parent 07aced0cf5
commit 8cd4b6e20f

View File

@@ -129,12 +129,12 @@ nodes:
Mac & Linux 系统执行: Mac & Linux 系统执行:
```bash ```bash
kind create cluster --name higress --config=cluster.conf kind create cluster --name higress --config=cluster.conf
kubectl cluster-info --context higress kubectl config use-context kind-higress
``` ```
Windows 系统执行: Windows 系统执行:
```bash ```bash
kind.exe create cluster --name higress --config=cluster.conf kind.exe create cluster --name higress --config=cluster.conf
kubectl.exe cluster-info --context higress kubectl.exe config use-context kind-higress
``` ```
#### 第三步、 安装 istio & higress #### 第三步、 安装 istio & higress