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
section in the launchpad.yml file. The debuging output shows me the command run on the manager node running launchpad:
docker node rm --force 6sux44bz58xf2zq4tf4c95b3u
This is OK, but I think there needs to be a command to run on the remote target:
$ docker swarm leave --force
because if I try to re-add the node by running launchpad with the node in play back in the file again, it fails, because it still reports it's node as the stale 6sux44bz58xf2zq4tf4c95b3u node id. i.e. on the node to be added back before launchpad is run:
$ docker info --format "{{.Swarm.NodeID}}"
6sux44bz58xf2zq4tf4c95b3u
This was repeatable 100% of the time I tried it.
Cheers,
-Patrick
The text was updated successfully, but these errors were encountered:
Hello,
Using the launchpad v1.2.0 binary:
Scenario. Removing a node via the:
section in the launchpad.yml file. The debuging output shows me the command run on the manager node running launchpad:
docker node rm --force 6sux44bz58xf2zq4tf4c95b3u
This is OK, but I think there needs to be a command to run on the remote target:
because if I try to re-add the node by running launchpad with the node in play back in the file again, it fails, because it still reports it's node as the stale
6sux44bz58xf2zq4tf4c95b3u
node id. i.e. on the node to be added back before launchpad is run:This was repeatable 100% of the time I tried it.
Cheers,
-Patrick
The text was updated successfully, but these errors were encountered: