This command adds a CNode to a cluster.
Usage
cnode add --ip IP [--cluster-id ID] [--force]
Required Parameters
| Specifies the IP address to be assigned to the CNode. |
Options
| Specifies the ID of the cluster to which to add the CNode. |
| Lets you add a CNode whose CPU isolation ( |
Example
This example shows adding a CNode with IP 203.0.13.43 to cluster 2:
vcli: admin> cnode add --ip 203.0.13.43 --cluster-id 2