Fix nlb instructions (#2282)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-03-30 14:24:11 -03:00 committed by GitHub
parent 931e541fb7
commit e761191011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```