File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Component: ` eks/alb-controller-ingress-class `
22
3- This component deploys a Kubernetes ` IngressClass ` resource for the AWS Load Balancer Controller.
4- This is not often needed, as the default IngressClass deployed by the ` eks/alb-controller ` component
5- is sufficient for most use cases, and when it is not, a service can deploy its own IngressClass.
6- This is for the rare case where you want to deploy an additional IngressClass deploying an additional
7- ALB that you nevertheless want to be shared by some services, with none of them explicitly owning it.
3+ This component deploys a Kubernetes ` IngressClass ` resource for the AWS Load Balancer Controller. This is not often
4+ needed, as the default IngressClass deployed by the ` eks/alb-controller ` component is sufficient for most use cases, and
5+ when it is not, a service can deploy its own IngressClass. This is for the rare case where you want to deploy an
6+ additional IngressClass deploying an additional ALB that you nevertheless want to be shared by some services, with none
7+ of them explicitly owning it.
88
99## Usage
1010
@@ -21,6 +21,7 @@ components:
2121 scheme : internet-facing
2222` ` `
2323
24+ <!-- prettier-ignore-start -->
2425<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2526## Requirements
2627
@@ -101,6 +102,7 @@ components:
101102
102103No outputs.
103104<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
105+ <!-- prettier-ignore-end -->
104106
105107# # References
106108
You can’t perform that action at this time.
0 commit comments