From 24dd5e9a6e04ee5ddacab02329523823492a492c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 16 Feb 2023 20:27:53 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_EN.md b/README_EN.md index 08d23e1f2..14c9ff014 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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