Merge pull request #30966 from Crazykev/fix-typo

Automatic merge from submit-queue

correct specifies in aws_under_the_hood
This commit is contained in:
Kubernetes Submit Queue 2016-08-19 09:29:22 -07:00 committed by GitHub
commit fd4b463e1a

View File

@ -177,7 +177,7 @@ within AWS Certificate Manager.
service.beta.kubernetes.io/aws-load-balancer-backend-protocol=(https|http|ssl|tcp)
```
The second annotation specificies which protocol a pod speaks. For HTTPS and
The second annotation specifies which protocol a pod speaks. For HTTPS and
SSL, the ELB will expect the pod to authenticate itself over the encrypted
connection.