Skip to content

CI/review_apps: Make use of external-dns and ephemeral IPs

Jason Plum requested to merge 7683-review-apps-ephemeral-ip-dns into master

CI/review_apps: Make use of external-dns and ephemeral IPs

Don't rely on static IPs for Ingress/LoadBalancers. To do this, we implement annotations for external-dns to be able to populate endpoints into our $REVIEW_APPS_DOMAIN.

This requires the installation of external-dns into the cluster used by CI, which is not a part of this MR.

See #7683 (closed) comments for details of installation

Closes #7683 (closed)

Merge request reports