Add/Delete worker-nodes
The TrilioVault Controller Cluster can be grown or shrunk at any time in its worker nodes if required.
When the master nodes need to be changed a redeployment is necessary.
Add a worker-node
Run the following command on a master-node as root to get a Kubernetes token:
Run the following script using the output from the token create command.
Delete a worker-node
Run the following command to get a list of all nodes in the Kubernetes cluster.
Delete the node using the node-name
Last updated
Was this helpful?