Uninstalling Sametime on Kubernetes

To uninstall Sametime 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. For more information, refer to Installing Sametime on Docker.

What to do next

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