kubernetes-sigs/aws-load-balancer-controller

Include target-type annotation in IngressClassParams

Offen

#3.518 geöffnet am 26.12.2023

 (13 Kommentare) (3 Reaktionen) (1 zugewiesene Person)Go (1.644 Forks)auto 404
good first issuekind/feature

Repository-Metriken

Stars
 (4.317 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide