application-gateway-kubernetes-ingress icon indicating copy to clipboard operation
application-gateway-kubernetes-ingress copied to clipboard

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

Open lewis-jackson-bots opened this issue 1 year ago • 0 comments

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

We're seeing this error message in our logs: https://github.com/Azure/application-gateway-kubernetes-ingress/blob/dd55e83b42305c549ca20125fd51728994610956/pkg/appgw/requestroutingrules.go#L500

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.

lewis-jackson-bots avatar Aug 22 '24 10:08 lewis-jackson-bots