Azure / application-gateway-kubernetes-ingress

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
https://azure.github.io/application-gateway-kubernetes-ingress
MIT License
667 stars 413 forks source link

Remove annotations and added ingressClassName spec #1576

Closed chianw closed 7 months ago

chianw commented 8 months ago

Checklist

Description

Tested with K8S version 1.26.6 on AKS, without ingressClassName spec pointing to IngressClass the AGIC does not seem to configure anything on ApplicationGateway.

The default IngressClass is azure-application-gateway from kubectl get IngressClass command

The annotations are removed otherwise ingressClassName spec cannot be used.

Fixes