3. Uninstallation

To uninstall Clara Deploy SDK, please use the uninstall-prereqs.sh script found in the installation package under the bootstrap/ directory.

  1. To uninstall Clara:

    Copy
    Copied!
                

    cd bootstrap sudo ./uninstall-prereqs.sh

  2. The script would output and offer an option to uninstall Kubernetes settings and configuration.

    Copy
    Copied!
                

    2019-11-14 18:25:26 [INFO]: Clara Deploy SDK v0.4.1-6301 System Prerequisites Removal 2019-11-14 18:25:26 [INFO]: Checking user privilege... 2019-11-14 18:25:26 [INFO]: Cleaning up ... **************************************************************************** *** WARNING: This will remove all Kubernetes settings and configuration. *** **************************************************************************** Are you sure you want to uninstall Kubernetes?(Y/N)

    To uninstall Kubernetes and all of its settings, please enter Y, otherwise N.

  3. Next, the script would offer an option to uninstall Docker, all installed Docker images and configurations:

    Copy
    Copied!
                

    ********************************************************************** *** WARNING: This will remove all Docker images and configuration. *** ********************************************************************** Are you sure you want to uninstall docker?(Y/N)

    To uninstall Docker, all Docker images and Docker configurations, please enter ‘Y’, otherwise ‘N’.

  4. The script would offer to remove docker-compose:

    Copy
    Copied!
                

    **************************************************************************************** *** WARNING: This will remove Docker Compose binary (/usr/local/bin/docker-compose). *** **************************************************************************************** Are you sure you want to uninstall docker-compose?(Y/N)

    To uninstall docker-compose, please enter ‘Y’, otherwise ‘N’.

  5. Clara would automatically remove Clara CLI tools:

    Copy
    Copied!
                

    2019-11-14 18:31:53 [INFO]: Done cleaning up 2019-11-14 18:31:53 [INFO]: Uninstalling Clara CLI 2019-11-14 18:31:53 [INFO]: Clara CLI uninstalled successfully 2019-11-14 18:31:53 [INFO]: Clara Deploy SDK Prerequisites removed successfully!

© Copyright 2018-2020, NVIDIA Corporation. All rights reserved.. Last updated on Feb 1, 2023.