Skip to content

Commit

Permalink
Rename LoadBalancing -> LoadBalancer
Browse files Browse the repository at this point in the history
To match the Type value
  • Loading branch information
justinsb committed Oct 19, 2015
1 parent 296fca4 commit 7006133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/aws_under_the_hood.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ you manually created or configured your cluster.
* [Storage](#storage)
* [Auto Scaling group](#auto-scaling-group)
* [Networking](#networking)
* [NodePort and LoadBalancing services](#nodeport-and-loadbalancing-services)
* [NodePort and LoadBalancer services](#nodeport-and-loadbalancer-services)
* [Identity and access management (IAM)](#identity-and-access-management-iam)
* [Tagging](#tagging)
* [AWS objects](#aws-objects)
Expand Down Expand Up @@ -124,7 +124,7 @@ configured to route to an instance in the VPC routing table.
It is also possible to use overlay networking on AWS, but that is not the default
configuration of the kube-up script.

### NodePort and LoadBalancing services
### NodePort and LoadBalancer services

Kubernetes on AWS integrates with [Elastic Load Balancing
(ELB)](http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/US_SetUpASLBApp.html).
Expand Down

0 comments on commit 7006133

Please sign in to comment.