Maintaining the Trilio Controller Cluster

The TrilioVault Controller Cluster can be maintained utilizing the TrilioVault deployment binary and the helm commands

Trilio binary overview

Provides all available commands of the Trilio binary.

triliovault --help

Configuring local DNS nameservers for wlm-workloads and wlm-api

In certain scenarios it might be necessary to set additional local DNS nameservers for the wlm-workloads and wlm-api pods.

This can be done through the Trilio binary

triliovault --add-host-entry

Updating the Trilio Controller Cluster

To update the Trilio Controller Cluster to the latest version available the helm commands are used on any of the Kubernetes Master Nodes. In case of a 3 node Cluster, all nodes are Kubernetes Master Nodes. In case of a 5 or more node Cluster, the first 3 nodes in the deployment.json are the master nodes.

To upgrade the cluster the following commands are run. It is required to reconfigure the Cluster after the upgrade.

helm repo update
helm upgrade tvr trilio/tvault --reset-values
helm upgrade mariadb trilio/mariadb -n trilio

Redeploy the Trilio Controller Cluster

Deletes the complete TrilioVault Controller cluster and all its artifacts before redeploying the same based on the last deployment. Requires a new configuration of the redeployed containers.

triliovault -t multinode -a redeploy -f deployment.json

Reset the Trilio Controller Cluster

Deletes the TrilioVault containers and redeploys the same. Requires a new configuration of the redeployed containers

triliovault -t multinode -a reset 

Cleanup the Trilio Controller Cluster

Deletes the complete Trilio Controller Cluster and all its artifacts.

triliovault -t multinode -a cleanup

Last updated