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
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
A nice feature for docker swarm would be to create a Swarm without telling the number of managers and workers but only the number of nodes. The two kinds of instances would still be managed by two scaling groups but a swarm flavor plugin could dynamically adjust the size of each group depending on the total size of the swarm. For eg.:
1 node -> 1 manager
2 nodes -> 1 manager + 1 worker
4 nodes -> 3 managers + 1 worker
100 nodes -> 3 managers + 97 workers
To achieve that, the flavor plugin needs to manage configuration across groups.
The text was updated successfully, but these errors were encountered:
A nice feature for docker swarm would be to create a Swarm without telling the number of managers and workers but only the number of nodes. The two kinds of instances would still be managed by two scaling groups but a swarm flavor plugin could dynamically adjust the size of each group depending on the total size of the swarm. For eg.:
To achieve that, the flavor plugin needs to manage configuration across groups.
The text was updated successfully, but these errors were encountered: