helm list -A --all displays the target release in an uninstalling state rather than completing the process."Failed" or "Error" after timeout.unable to uninstall helm release asynchronously, err: CNF135029: 1 error occurred: * timed out waiting for the conditionTCA 3.2
HELM_SERVICE_UNINSTALL_TIMEOUT limit, which cascades into a CNF termination failure.This issue is scheduled to be resolved in VMware Telco Cloud Platform (TCP) 5.2.
Workaround:
To resolve the hung state and complete the uninstallation, manually bypass the failing Helm pre-delete hooks using the Kubernetes CLI, and then retry the operation in the TCA UI.
export KUBECONFIG=/path/to/downloaded/kubeconfighelm list -A --allhelm uninstall <release-name> -n <namespace> --no-hooks