Files
kubernetes/pkg
k8s-merge-robot 4ac4e0f6a2 Merge pull request #23495 from Clarifai/elb
Automatic merge from submit-queue

AWS: SSL support for ELB listeners through annotations

In the API, ports have only either TCP or UDP as their protocols, but ELB distinguishes HTTPS->HTTP[S]? from SSL->(SSL|TCP). 

Per #24978, this is implemented through two separate annotations:

`service.beta.kubernetes.io/aws-load-balancer-ssl-cert=arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012`
`service.beta.kubernetes.io/aws-load-balancer-backend-protocol=(https|http|ssl|tcp)`

Mixing plain-text and encrypted listeners will be in a separate PR, implementing #24978's `aws-load-balancer-ssl-ports=LIST`
2016-05-12 07:12:35 -07:00
..
2016-04-26 15:08:34 -04:00
2015-12-15 13:36:25 -05:00
2015-12-20 21:59:59 -05:00
2016-04-29 17:12:10 -04:00
2016-03-17 09:30:02 +01:00
2016-05-11 18:07:35 -04:00
2016-02-24 11:22:02 -05:00
2016-03-02 20:46:32 -05:00