kubernetes-sigs/aws-load-balancer-controller
Include target-type annotation in IngressClassParams
Aberta
#3.518 aberto em 26 de dez. de 2023
good first issuekind/feature
Métricas do repositório
- Stars
- (4.317 estrelas)
- Métricas de merge de PR
- (Mesclagem média 14d 12h) (16 fundiu PRs em 30d)
Description
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.