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.
-
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.
-
To confirm that uninstallation is complete, use the following command:
kubectl -n smart-scaler get all
Expected Output
The output must be empty.