Node commands
Add node
Command: addnode <name>
Add a new empty node to a cluster.
Options
--typesor-t(required) - The node type(s) to choose betweenmaster,sidemaster,edge,worker,ldap. Type-tbefore each type. See Key principles for type descriptions and Avanced usage for custom type creation.--ipor-i(prompt if not specified) - The node IP address.--ramor-r(prompt if not specified) - The memory allocated to the node in MB.--cpusor-p- The number of CPUs allocated to the node, 1 by default.--clusteror-c- The cluster to which the node should be added.
List nodes
Command: listnodes
List the nodes of a cluster.
Options
--clusteror-c- The cluster on which to list the nodes.
Remove node
Command: rmnode <name>
Remove a node from a cluster.
Options
--forceor-f- Avoid the confirmation prompt.--clusteror-c- The cluster in which the node should be deleted.