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
Implement something similar to docker-compose scale. Such a feature would allow to create virtual machines quickly to meet the demand, while keeping the YAML file as the main description of the (types of) machines composing the cluster.
Note that this would be a breaking change as we would have to introduce automatic numbering of the machines (or similar). We could still hide part of the machine at the command line by picking the machine called xxx-1 by default or whenever there is only one.
The text was updated successfully, but these errors were encountered:
Implement something similar to
docker-compose scale
. Such a feature would allow to create virtual machines quickly to meet the demand, while keeping the YAML file as the main description of the (types of) machines composing the cluster.Note that this would be a breaking change as we would have to introduce automatic numbering of the machines (or similar). We could still hide part of the machine at the command line by picking the machine called xxx-1 by default or whenever there is only one.
The text was updated successfully, but these errors were encountered: