Uninstalling Sametime Meetings

To uninstall Sametime Meetings on Kubernetes, follow these steps.

Procedure

  1. Run the following commands.
    # helm uninstall <deployment name>
    # kubectl delete job <deployment name>
    # kubectl delete clusterrolebinding <deployment name>
    # kubectl delete clusterrole <deployment name>
    # kubectl delete serviceaccount <deployment name>
  2. Run the following command to remove the images from the Docker repository. For more information, refer to Docker rmi.
    docker rm
  3. Find the installation directory and remove the extracted files from that folder.

What to do next

If you plan to re-install Sametime, refer to Installing Sametime Meetings with Kubernetes. To migrate or upgrade to a higher version, refer to Migrating and Upgrading.