From e761191011708314176066007d696f4e0c763e39 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Fri, 30 Mar 2018 14:24:11 -0300 Subject: [PATCH] Fix nlb instructions (#2282) --- deploy/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deploy/README.md b/deploy/README.md index a4f2e72538..75d8656279 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -160,12 +160,9 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast #### Network Load Balancer (NLB) -This type of load balancer is supported since v1.9.0 as an ALPHA feature. +This type of load balancer is supported since v1.10.0 as an ALPHA feature. ```console -kubectl patch deployment -n ingress-nginx nginx-ingress-controller --type='json' \ - --patch="$(curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/patch-deployment.yaml)" - kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/aws/service-nlb.yaml ```