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. The container images must be removed from the container registry manually. Each Kubernetes environment has different instructions. Consult your Kubernetes documentation for the complete steps.
  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 in a Kubernetes environment. To migrate or upgrade to a higher version, refer to Migrating and Upgrading.