From 882325ddda2770d5c318f74c00de5ab2e2549be4 Mon Sep 17 00:00:00 2001 From: Crazykev Date: Fri, 19 Aug 2016 13:36:37 +0800 Subject: [PATCH] correct specifies in aws_under_the_hood Signed-off-by: Crazykev --- docs/design/aws_under_the_hood.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/aws_under_the_hood.md b/docs/design/aws_under_the_hood.md index aedab0e1f25..3ff1c17ecd2 100644 --- a/docs/design/aws_under_the_hood.md +++ b/docs/design/aws_under_the_hood.md @@ -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.