mirror of
https://github.com/alibaba/higress.git
synced 2026-06-07 11:47:30 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user