Run the clusterctl install command to install Entrust PKI Hub on the deployed machine. For a proof-of-concept or testing installation, you can select the single-node
mode.
$ sudo clusterctl install --mode single-node
Installing done ╢▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌╟ 100 %
For a production environment, use the default multi-node
mode.
$ sudo clusterctl install
Installing done ╢▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌╟ 100 %
The installation will validate the Requirements and throw an error if not met.
See the table below for a description of each mode.
Setting | single-node | multi-node |
---|---|---|
Deployment type | Proof-of-concept deployments. | Production deployments. |
Requirements | Does not need the disk performance requirements described in Disk requirements. Specifically, fsync latency is not an issue in this mode. | All the Requirements. |
Supported number of nodes | One | One or more. See Recommended number of nodes for details. |
Supported operations | You cannot perform the operations described in Adding nodes, Backing up the state, Recovering from disaster, or Restoring the state. | All |
Supported updates | You cannot upgrade to a newer version or migrate to a multi-node installation. | All |