Open
Description
Is your feature request related to a problem?
I'd like to be able to replace more of the alb.ingress.kubernetes.io
annotations with the IngressClassParams
to abstract away the ALB specification from the Ingress
resources using it. I mistakenly thought that #2190 was doing this, but after re-reading I think that's just replacing the alb.ingress.kubernetes.io/load-balancer-attributes
annotation.
Describe the solution you'd like
I'd like to be able to specify the following annotations in the IngressClassParams
directly.
- alb.ingress.kubernetes.io/target-type
- alb.ingress.kubernetes.io/subnets
- alb.ingress.kubernetes.io/listen-ports
- alb.ingress.kubernetes.io/ssl-redirect
- alb.ingress.kubernetes.io/inbound-cidrs
- alb.ingress.kubernetes.io/certificate-arn
Describe alternatives you've considered
n/a