Skip to content

Control plane commands

sbcli-pre control-plane --help

Aliases: cp mgmt

Control plane commands

Adds a control plane to the cluster (local run)

Adds a control plane to the cluster (local run)

sbcli-pre control-plane add
    <CLUSTER_IP>
    <CLUSTER_ID>
    <CLUSTER_SECRET>
    <IFNAME>
Argument Description Data Type Required
CLUSTER_IP Cluster IP address string True
CLUSTER_ID Cluster id string True
CLUSTER_SECRET Cluster secret string True
IFNAME Management interface name string True

Lists all control plane nodes

Lists all control plane nodes

sbcli-pre control-plane list
    --json
Parameter Description Data Type Required Default
--json Print outputs in json format marker False -

Removes a control plane node

Removes a control plane node

sbcli-pre control-plane remove
    <NODE_ID>
Argument Description Data Type Required
NODE_ID Control plane node id string True