You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We're seeing this error message in our logs:
application-gateway-kubernetes-ingress/pkg/appgw/requestroutingrules.go
Line 500 in dd55e83
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.
The text was updated successfully, but these errors were encountered: