Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Releases: gardener-attic/aws-lb-readvertiser

v0.9.0

21 Jul 12:27
Compare
Choose a tag to compare

[aws-lb-readvertiser]

🏃 Others

v0.8.0

05 May 11:28
Compare
Choose a tag to compare

[aws-lb-readvertiser]

🏃 Others

0.7.0

12 Nov 10:24
Compare
Choose a tag to compare

[aws-lb-readvertiser]

Most notable changes

  • [DEVELOPER] License and copyright information is now specified in REUSE format. (#14, @msohn)

Improvements

  • [OPERATOR] Fix a bug which could cause occasional unavailability of shoot api servers on AWS (#16, @BeckerMax)

0.6.0

19 Feb 14:44
Compare
Choose a tag to compare

[aws-lb-readvertiser]

Improvements

  • [OPERATOR] The aws-lb-readvertiser does now ensure that the load balancer name provided via command line flags is a FQDN. If not, it will automatically convert it before starting the control loops. (#12, @zanetworker)

Docker Images

  • eu.gcr.io/gardener-project/gardener/aws-lb-readvertiser:0.6.0

0.5.0

13 Nov 09:38
Compare
Choose a tag to compare

[aws-lb-readvertiser]

Improvements

  • [OPERATOR] An issue causing the aws-lb-readvertiser to panic in case the .subsets field of the Endpoint object is empty has been fixed. (#11, @zanetworker)

Docker Images

  • eu.gcr.io/gardener-project/gardener/aws-lb-readvertiser:0.5.0

0.4.0

08 Oct 15:43
Compare
Choose a tag to compare

[aws-lb-readvertiser]

Action required

  • [USER] ⚠️ The AWS LB readvertiser has been completely refactored and does now no longer change the deployment manifest of the kube-apiserver. Instead, it changes the default/kubernetes endpoint and keeps it up-to-date. This requires users to deploy their kube-apiserver with --endpoint-reconciler-type=none. Moreover, the AWS LB readvertiser needs a kubeconfig having privileges to talk to the kube-apiserver. Please consider the latest example manifest for instructions how to deploy the AWS LB readvertiser. (#10, @zanetworker)

Docker Image

aws-lb-readvertiser: eu.gcr.io/gardener-project/gardener/aws-lb-readvertiser:0.4.0

0.3.0

26 Jun 08:40
Compare
Choose a tag to compare

No functional changes; release created due to changes in the CI system.

Docker image: eu.gcr.io/gardener-project/gardener/aws-lb-readvertiser:0.3.0

0.2.0

28 May 12:17
Compare
Choose a tag to compare

Improvements

  • Rebuilt Docker image to use latest alpine:3.7 version.

Docker image: eu.gcr.io/gardener-project/gardener/aws-lb-readvertiser:0.2.0

0.1.0

05 Feb 12:27
Compare
Choose a tag to compare

Initial release

The AWS Load Balancer Readvertiser is a tool that is used for AWS Shoot clusters. The kube-apiserver of a Shoot cluster must be reachable by the kubernetes service in the default namespace (usually created with service ip 100.64.0.1). In order to enable that, the apiserver must expose its public ip address. In the Shoot setup, the only way to reach it is via a public load balancer. However, in AWS you don't get an IP address for your load balancers, but only a hostname. The underlying IP address can change at any time. The detection of those changes is exactly the purpose of the Readvertiser. It will watch for them and update the --advertise-address flag of the kube-apiserver deployment with the correct IP properly.

Docker image: eu.gcr.io/gardener-project/gardener/aws-lb-readvertiser:0.1.0