I have three swarm nodes. Deployed containerized service with mode "global" through docker swarm.
Later, add one more swarm node to current to be four nodes. How can i deploy the container service to new added nodes?
The command(docker service scale) only be used with "replicated" mode.