Skip to content

Commit

Permalink
Fix nlb instructions (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Mar 30, 2018
1 parent 931e541 commit e761191
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit e761191

Please sign in to comment.