Breadcrumbs

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

Grafana

delete Supervisor and Agent dashboard
kubectl -n expertflow delete configmap ef-grafana-supervisor-dashboard
kubectl -n expertflow delete configmap ef-grafana-agent-dashboard
delete dashboard provider
kubectl -n expertflow delete cm ef-grafana-dashboard-provider-cm
delete datasource
kubectl -n expertflow  delete secret ef-grafana-datasource-secret