Uninstalling from OpenStack Helm/MOSK
1] Uninstall trilio-openstack helm chart
Run following commands to uninstall trilio services from MOSK cloud.
git clone -b <branch> https://github.com/trilioData/triliovault-cfg-scripts.git
cd triliovault-cfg-scripts/
cd openstack-helm/trilio-openstack/utils
./uninstall.sh2] Uninstall Dynamic Backup Targets (Optional)
If you have installed multiple backup targets other than the default one, you can uninstall them using:
helm uninstall <dynamic-backup-target-name> -n trilio-openstack3] Verify uninstallation
Verify if the trilio-openstack chart and other components got uninstalled. No objects should be listed in following command output:
kubectl get pods -n trilio-openstack
kubectl get jobs -n trilio-openstack
kubectl get pv -n trilio-openstack | grep nfs (Only if backup target was NFS)
kubectl get pvc -n trilio-openstack | grep nfs (Only if backup target was NFS)4] Clean TrilioVault’s OpenStack resources
5] Unmount the targets from All Worker and Master Nodes
To unmount the backup target mount points from each node, run:
Repeat this on each worker and master node where the target was mounted.
Last updated
Was this helpful?
