- Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Once Swarm support is landed, it'll make a lot of sense to add way to horizontally scale deployments.
Possible ways to do that:
exoframe scale <id> <instances-number>- Suggested by @bkniffler:
exoframe deploy -i <instances-number>exoframe deploy --instances <instances-number>
bkniffler, yabab-dev, timolins, klirix and kldzj