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
Describe the bug
If I define a mapping to have a weight of 0 it is displayed in the route table of the diagnostics page ([host]/ambassador/v0/diag/) as having a weight of 100%:
I've tested it and the weight is actually 0 despite what it says in the GUI
Now check the route table in the diagnostic page and it will show both at 100% instead of the 0-weight mapping as 0% Expected behavior
I expect it to show the correct percentage. If I modify the weight to anything over 0 it works correctly:
Versions (please complete the following information):
Ambassador: 3.9.1
Kubernetes environment: Google Kubernetes Engine
Version: 1.30.5
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
If I define a mapping to have a weight of 0 it is displayed in the route table of the diagnostics page (
[host]/ambassador/v0/diag/
) as having a weight of 100%:I've tested it and the weight is actually 0 despite what it says in the GUI
To Reproduce
Define two mappings:
Now check the route table in the diagnostic page and it will show both at 100% instead of the 0-weight mapping as 0%
Expected behavior
I expect it to show the correct percentage. If I modify the weight to anything over 0 it works correctly:
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: