5.12.0 5.11.0 5.10.0 5.9.0 5.8.0 5.7.0 5.6.0 5.5.0 5.4.0 5.3.0 5.2.0 5.1.0 5.0 4.10 4.9 4.8 4.7 4.6 4.5.3 4.5.2 4.5.1 4.5 4.4 4.3
5.12.0 5.11.0 5.10.0 5.9.0 5.8.0 5.7.0 5.6.0 5.5.0 5.4.0 5.3.0 5.2.0 5.1.0 5.0 4.10 4.9 4.8 4.7 4.6 4.5.3 4.5.2 4.5.1 4.5 4.4 4.3

CX Solution Helm Uninstallation

Teardown

WARNING

This procedure will delete all the EF-CX components both external and internals. Proceed with caution, as all the charts and their associated Persistent volumes will also be deleted, resulting in data lost irrecoverably.

CX core

helm -n expertflow uninstall ef-cx

CX Channels

helm -n expertflow uninstall cx-channels

CX AgentDesk

helm -n expertflow uninstall cx-agent-desk

CX Reporting

helm -n expertflow uninstall cx-reporting

CX Surveys

helm -n expertflow uninstall cx-surveys

CX-Campaigns

helm -n expertflow uninstall cx-campaigns

CX Eleveo

helm -n expertflow uninstall cx-eleveo

CX CiscoScheduler

helm -n expertflow uninstall cx-ciscoscheduler

CX Transflux

helm -n expertflow uninstall cx-transflux

Delete all the ConfigMaps and Secrets created in expertflow namespace.

kubectl -n expertflow get secrets,cm
kubectl -n expertflow delete cm <CM-NAME>
kubectl -n expertflow delete secret <SECRET_NAME>

Delete the namespace

kubectl delete ns expertflow

Externals

helm -n ef-external uninstall $(helm list -n ef-external 2>/dev/null | awk '! /NAME/ {print $1 }')
Delete Persistent Volumes Claims
kubectl -n ef-external delete pvc -l app.kubernetes.io/instance=mongo
kubectl -n ef-external delete pvc -l app.kubernetes.io/instance=redis 
kubectl -n ef-external delete pvc -l app.kubernetes.io/instance=minio
kubectl -n ef-external delete pvc -l app.kubernetes.io/instance=ef-postgresql
delete the ef-external namespace
kubectl delete namespace ef-external

Rasa-x

helm -n rasa-x uninstall rasa-x
delete the rasa-x namespace
kubectl delete namespace rasa-x

Superset

helm -n ef-bi uninstall superset
delete the ef-bi namespace
kubectl delete namespace ef-bi