Update README_EN.md

This commit is contained in:
澄潭
2023-02-16 20:27:53 +08:00
committed by GitHub
parent 3b54926d89
commit 24dd5e9a6e

View File

@@ -134,7 +134,7 @@ Note: The helm version needs to be upgraded to **v3.8.0** and above
#### step 4. create the ingress and test it
```bash
kubectl apply -f https://kind.sigs.k8s.io/examples/ingress/usage.yaml
kubectl apply -f https://higress.io/samples/quickstart.yaml
```
Now verify that the ingress works
@@ -149,7 +149,7 @@ curl localhost/bar
#### Clean-Up
```bash
kubectl delete -f https://kind.sigs.k8s.io/examples/ingress/usage.yaml
kubectl delete -f https://higress.io/samples/quickstart.yaml
helm uninstall higress -n higress-system