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.

Home Page:https://azure.github.io/application-gateway-kubernetes-ingress

Repository from Github https://github.comAzure/application-gateway-kubernetes-ingressRepository from Github https://github.comAzure/application-gateway-kubernetes-ingress

Remove or reduce level of 'Either all or no Ingress should have the priority specified' error message

lewis-jackson-bots opened this issue · comments

Is your feature request related to a problem? Please describe.

We're seeing this error message in our logs:

klog.Error("Either all or no Ingress should have the priority specified.")

But as far as I can tell, this error is ignorable as the code is perfectly capable of handling the assignment of nil priorities to sequential numbers while leaving set priorities alone.

Describe the solution you'd like
This could be a warning or info level log event.