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
Hi The labels for up and down, wasnt immediately obvious what they meant. After reading the readme it seemed to me at first that they were the desired number of instances that should be running when scaled up or scaled down.. for example if I trigger up multiple times, and the label for up is 2, will I only ever have 2 services running. When I trigger down it goes back to whatever down is. Perhaps my initial interpretationis wrong here. If what actually happens is that it increment by 2 instances each time you apply a scale up then perhaps the label names could be renamed a bit so that up and down labels are more up increment and down increment or something that makes it more obvious!
At the moment our policy just manage up and down but we also need to have some sort of limit related:
min
how many instances you need to have always up.max
is the other side limit. It can be0
it means infinite.The text was updated successfully, but these errors were encountered: