Uninstalling Component Pack
Follow these steps to remove the Component Pack services from your Connections deployment.
Use these steps to remove the Component Pack from your Connections deployment.
-
On your Kubernetes master node, run the following command to determine what services are currently installed:
helm -n connections list -
To uninstall a Component Pack service, run the following command:
helm -n connections uninstall *release*where release corresponds to the release name displayed in the output of the
helm listcommand.For example, to uninstall the Tailored Experience:
helm -n connections uninstall tailored-expCAUTION:
Deleting the connections-volumes helm chart will remove the persistent volumes and claims. Use this command with caution.
Parent topic:Installing or upgrading Component Pack for Connections