From 3b54926d89476f3a9c7c2b758407657026664dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 16 Feb 2023 20:26:43 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 835b2f8ac..0cbe436f0 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.ali #### 第四步、 创建 Ingress 资源并测试 ```bash -kubectl apply -f https://github.com/alibaba/higress/releases/download/v0.6.0/quickstart.yaml +kubectl apply -f https://higress.io/samples/quickstart.yaml ``` 测试 Ingress 生效: @@ -178,7 +178,7 @@ curl localhost/bar #### 卸载资源 ```bash -kubectl delete -f https://github.com/alibaba/higress/releases/download/v0.6.0/quickstart.yaml +kubectl delete -f https://higress.io/samples/quickstart.yaml helm uninstall higress -n higress-system