kubernetes-sigs/aws-load-balancer-controller
Include target-type annotation in IngressClassParams
開放
#3,518 建立於 2023年12月26日
good first issuekind/feature
倉庫指標
- 星標
- (4,317 顆星)
- PR 合併指標
- (平均合併 14天 12小時) (30 天內合併 16 個 PR)
描述
Is your feature request related to a problem?
Currently, the only way to set the target-type is through the Ingress annotation: alb.ingress.kubernetes.io/target-type: ip
This makes each declarative Ingress unnecessarily verbose even when using a custom IngressClass + IngressClassParams.
Describe the solution you'd like Include it as a spec parameter within the IngressClassParams.
Describe alternatives you've considered This can also be an annotation on the custom IngressClass.