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
A clear and concise description of what the bug is.
To Reproduce
Route same prefix to different services A and B.
If weight_A+weight_B != 100, then only when weight_A/weight_B == 1 or 3 or 4 or 9 this route change will be applied. Or it will be ignored. Amabassador is trying to make normalized weight to be certain numbers.
Another weird issue is that when weight_A = 0 and weight_B = 100, route table will appear 100:100.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Route same prefix to different services A and B.
Set weights as below and check the route table:
weight_A = 10, weight_B=10
weight_A = 10, weight_B=30
weight_A = 10, weight_B=40
weight_A = 10, weight_B=90
weight_A = 60, weight_B=60
weight_A = 60, weight_B=180
weight_A = 60, weight_B=240
weight_A = 60, weight_B=540
Expected behavior
Whatever the sum is, two weights will be normalized and this change will be applied.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: