From 0add51fab0e9d65b2e1655cad4e8edaba72503db Mon Sep 17 00:00:00 2001 From: Matt Schallert Date: Sat, 19 May 2018 19:43:27 -0400 Subject: [PATCH] [docs] Fix manifest URL for GKE + Azure --- docs/deploy/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index df0489cb3..7dbf8f0d3 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -113,7 +113,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast ### GCE - GKE ```console -kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/cloud-generic.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/cloud-generic.yaml ``` **Important Note:** proxy protocol is not supported in GCE/GKE @@ -122,7 +122,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast ```console -kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/cloud-generic.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/cloud-generic.yaml ``` **Important Note:** proxy protocol is not supported in GCE/GKE