I'm deploying a docker swarm using "docker stack deploy"
and when I need to check the status of the services using either "docker service ls"
or "docker service ps SERVICE_NAME" I get the list of all the services running in a tabular form but the column for node always shows up as "default". I searched online and I found this post which explain how we can know on which worker/manager each service is deployed. also found this post that shows how the nodes have the right value.
What I'm doing wrong that makes the nodes shows up as default only? is there a way to fix it?
docker version 17.09