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.
It is not required to do anything else as the TrilioVault Controller pods will automatically be deployed on any new node joining the Kubernetes cluster.
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