Skip to main content
Version: 2.16.0

Uninstall Smart Scaler

You can remove Smart Scaler from your cluster by uninstalling it.

To uninstall Smart Scaler, use the following command:

helm uninstall smartscaler -n smartscaler

Validate Uninstallation

Validate uninstallation of Smart Scaler using the following commands.

  1. To confirm that Helm charts are removed, use the following command:

    helm -n smart-scaler list

    Expected Output

    The output must be empty. No helm chart remains installed.

  2. To confirm that uninstallation is complete, use the following command:

    kubectl -n smart-scaler get all

    Expected Output

    The output must be empty.