gianarb / orbiter

Orbiter is an opensource docker swarm autoscaler
Apache License 2.0
501 stars 54 forks source link

Specify min and max. #7

Open gianarb opened 7 years ago

gianarb commented 7 years ago

At the moment our policy just manage up and down but we also need to have some sort of limit related:

plourenco commented 6 years ago

+1 Is there a milestone for this feature to be implemented?

dazinator commented 3 years ago

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!