Perform the following procedure to remove a cluster minion node from a containerized Carbon Black EDR cluster.
Procedure
- Stop the cluster: on the primary node, run
./edr-docker stop
. - Change the node's read-only status: run
./edr-docker cluster change-node -N [Node ID] -R True
. - Run
edr-docker cluster remove-node
and follow the prompts. - Start the cluster: on the primary node, run
./edr-docker start
.