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.
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
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.
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.
Reset the Trilio Controller Cluster
Deletes the TrilioVault containers and redeploys the same. Requires a new configuration of the redeployed containers
Cleanup the Trilio Controller Cluster
Deletes the complete Trilio Controller Cluster and all its artifacts.
Last updated