Avoid removing used nodes from swarm
A terminal UI for Docker Swarm that makes cluster state easier to see,
Brought to you by:
swarmcli
Originally created by: clangenb
In a test, we could remove a node that was still used by the swarm. We need to investigate why this can happen and ensure that we prevent a nodes removal if it is not down and still in the swarm.
Originally posted by: clangenb
@mosonyi even though the docker CLI allows this, I guess we should verify in SwarmCLI if the node is still used in the swarm and add an extra confirm dialog if this is the case. What do you think?
Originally posted by: mosonyi
Ok