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
The sort logic is sorting alphabetically which places the default ("_") between servers that start with numbers and servers that start with characters. This is causing the first numeric server to be returned if no servers match SNI.
The sort logic is sorting alphabetically which places the default ("_") between servers that start with numbers and servers that start with characters. This is causing the first numeric server to be returned if no servers match SNI.
https://github.com/kubernetes/ingress/blob/master/core/pkg/ingress/sort_ingress.go#L57
Add the following:
The text was updated successfully, but these errors were encountered: