mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
Update README_EN.md
This commit is contained in:
@@ -111,12 +111,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
|
||||||
```
|
```
|
||||||
|
|
||||||
#### step 3. install istio & higress
|
#### step 3. install istio & higress
|
||||||
|
|||||||
Reference in New Issue
Block a user