Aws-load-balancer-controller: [Feature Request] Support for IngressClassName

Created on 22 Sep 2020  路  4Comments  路  Source: kubernetes-sigs/aws-load-balancer-controller

We are using CI to validate our manifests and came across a depreciation warning for our ingress objects for alb-ingress-controller.

FAIL - Ingress/alb-ingress: Ingress annotation kubernetes.io/ingress.class has been deprecated in 1.18, use spec.IngressClassName instead.

Are there plans to support IngressClassName? I searched the codebase and didnt see the changes required for this yet but I could be missing something. It also appears that all the documentation references ingress.class

kinfeature

Most helpful comment

@maxbraun we'll add support use IngressClass's controller field before reinvent2020. And post reinvent2020, we'll add configurations via CRD.

All 4 comments

Hi,
we'll support IngressClass in the new versions.
We can leverage the parameters in IngressClass for setting common LoadBalancer settings.

Hey,

since EKS 1.18 is GA, can you give any ETA when this will arrive?

Cheers, Max

@maxbraun we'll add support use IngressClass's controller field before reinvent2020. And post reinvent2020, we'll add configurations via CRD.

it's supported in v2.1.0 馃槃

Was this page helpful?
0 / 5 - 0 ratings