diff options
| author | Crazykev <crazykev@zju.edu.cn> | 2016-08-19 13:36:37 +0800 |
|---|---|---|
| committer | Crazykev <crazykev@zju.edu.cn> | 2016-08-19 13:36:37 +0800 |
| commit | 7c02a6a20bc67acde3e97258cf5590e19558ffd9 (patch) | |
| tree | 6dd45eb537a32e2b1d21817a2f8c7034d79de67c | |
| parent | 13213ad729334c7d77c4039b822c342fe0bf5cd5 (diff) | |
correct specifies in aws_under_the_hood
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
| -rw-r--r-- | aws_under_the_hood.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aws_under_the_hood.md b/aws_under_the_hood.md index aedab0e1..3ff1c17e 100644 --- a/aws_under_the_hood.md +++ b/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. |
