Releases: terraform-ibm-modules/terraform-ibm-rag-sample-da
Releases · terraform-ibm-modules/terraform-ibm-rag-sample-da
v2.4.1
v2.4.0
2.4.0 (2024-09-26)
Features
- add public ingress option (#181) (b98679a)
- Enable public ingress via
provision_public_ingress = true
input (default) - Cluster name is needed to be provided
- Defaults to 2 zones, if cluster has more,
cluster_zone_count
needs to be provided with a different value. Cannot determine it dynamically since it drives the number of ACL rule resources. - Creates a new NLB DNS entry with the next available domain name
- Creates IngressController in the cluster which will in turn provision a new public ALB in the VPC
- ALB is connected to the worker nodes subnets, no new subnets are created
- ACL for the worker nodes subnets is updated to allow traffic on port 443 to the new ALB from outside.
- The IngressController is supposed to pick up routes with label
ingress: ingress-public
, however for some reason app route would need to have the public subdomain used inhost
attribute, otherwise it picks up domain from default router.
- Enable public ingress via
1.0.4
dev-addon-poc-v1.0.4 feat: addon poc content
1.0.3
dev-addon-poc-v1.0.3 feat: addon poc content
1.0.2
dev-addon-poc-v1.0.2 feat: addon poc content
1.0.1
dev-addon-poc-v1.0.1 feat: addon poc content