From 6259a2ab52bf5630037336f251a9f5fb6c32df30 Mon Sep 17 00:00:00 2001 From: Zhenyu Zhu Date: Tue, 9 Jul 2019 10:25:33 +0800 Subject: [PATCH] fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b030b6..d173f2e 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Win: %UserProfile%\.kube\config #### 安装 Ingress ```shell -kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/cloud-generic.yaml ``` @@ -204,7 +204,7 @@ kubectl delete -f sample/ingress.yaml ```shell kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/cloud-generic.yaml -kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml +kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml ``` ### 安装 Helm