Skip to content

Commit

Permalink
make a note that we deleted zalando.org/aws-load-balancer-ssl-cert-do…
Browse files Browse the repository at this point in the history
…main annotation (#172)

add that you can Tag your EC2 subnet to favour alb creation in this
  • Loading branch information
szuecs authored Jun 7, 2018
1 parent be90001 commit 0b02b3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ This information is used to manage AWS resources for each ingress objects of the

## Upgrade

### <v0.7.0 to >=v0.7.0

Version `v0.7.0` deletes the annotation
`zalando.org/aws-load-balancer-ssl-cert-domain`, which we do not
consider as feature since we have SNI enabled ALBs.

### <v0.6.0 to >=v0.6.0

Version `v0.6.0` introduced support for Multiple TLS Certificates per ALB
Expand Down Expand Up @@ -145,6 +151,8 @@ On startup, the controller discovers the AWS resources required for the controll
the tags `kubernetes.io/role/elb` (for internet-facing ALBs) or
`kubernetes.io/role/internal-elb` (for internal ALBs). Subnets with these
tags will be favored when selecting subnets for the ALBs.
Additionally you can tag EC2 subnets with
`kubernetes.io/cluster/<cluster-id>`, which will be prioritized.
If there are two possible subnets for a single Availability Zone then the
first subnet, lexicographically sorted by ID, will be selected.

Expand Down

0 comments on commit 0b02b3c

Please sign in to comment.