Executed when: Creating a multi-node cluster.

Adds a node to Cryptographic Security Platform.

clusterctl node add <node> <token>

Specifically, this command:

  • Prints a warning when the cluster does not contain the Required number of nodes
  • Enables firewalld and creates firewall rules for opening the Required open ports.
  • In case of execution error, rolls back all actions and reports the error cause.

As explained in Creating a multi-node cluster:

  • Do not run this command simultaneously in different nodes of the same Cryptographic Security Platform deployment.
  • Redeploy the deployed solutions (if any) to make the changes effective.

See below for a description of each parameter.

<node>

The IP address of a node already in the Cryptographic Security Platform cluster.

In AWS and Azure cloud installations, use the private IP of the node.

Mandatory: Yes.

<token>

The joining token obtained when running the clusterctl node join-token command in the <node>  node.

Mandatory: Yes.