Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use right aws yaml to create loadbalancer #248

Merged
merged 1 commit into from
Feb 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
```