Skip to content

Commit

Permalink
Merge pull request #248 from zariye/master
Browse files Browse the repository at this point in the history
[readme] use right aws yaml to create loadbalancer
  • Loading branch information
pleshakov authored Feb 23, 2018
2 parents 671984d + 6260d6b commit a19fcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Create a service using a manifest for your cloud provider:
```
* For AWS, run:
```
$ kubectl apply -f service/loadbalancer-aws.yaml
$ kubectl apply -f service/loadbalancer-aws-elb.yaml
```
Kubernetes will allocate a Classic Load Balancer (ELB) in TCP mode with the PROXY protocol enabled to pass the client's information (the IP address and the port). NGINX must be configured to use the PROXY protocol:
* Add the following keys to the config map file `nginx-config.yaml` from the Step 1 :
Expand Down Expand Up @@ -154,4 +154,4 @@ For NGINX Plus, you can access the live activity monitoring dashboard:
Delete the `nginx-ingress` namespace to uninstall the Ingress controller along with all the auxiliary resources that were created:
```
$ kubectl delete namespace nginx-ingress
```
```

0 comments on commit a19fcc7

Please sign in to comment.