From b7301b84838aa0a8b73e8dddfe9be5a5bd793152 Mon Sep 17 00:00:00 2001 From: Ashton Kinslow Date: Wed, 4 Aug 2021 18:22:15 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9a9d5f4..c38839b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ It is required, that an OpenID connect provider [has already been created](https Just make sure that you set the variable `k8s_cluster_type` to `eks` type if running on EKS. + +### ALB Ingress Controller (v1) Vs Load Balancer Controller (v2) + +This project uses AWS ALB Ingress Controller 1.x. This underlying project has since been renamed to AWS Load Balancer Controller with v2.x. Here is the [migration guide](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/deploy/upgrade/migrate_v1_v2/) and a new TF Module to support v2.x has been [forked](https://github.com/GSA/terraform-kubernetes-aws-load-balancer-controller). + ## Examples ### EKS deployment