Merge pull request #20959 from justinsb/fix_20911

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-20 00:56:53 -08:00
3 changed files with 71 additions and 34 deletions

View File

@@ -206,7 +206,7 @@ func (s *AWSCloud) ensureLoadBalancerHealthCheck(loadBalancer *elb.LoadBalancerD
expectedTimeout := int64(5)
expectedInterval := int64(10)
// We only a TCP health-check on the first port
// We only configure a TCP health-check on the first port
expectedTarget := ""
for _, listener := range listeners {
if listener.InstancePort == nil {