Uninstalling TIBCO Control Plane
Run the following commands to uninstall self-hosted TIBCO Control Plane components from your Kubernetes cluster:
helm uninstall platform-base -n <Control Plane namespace> helm uninstall platform-bootstrap -n <Control Plane namespace> kubectl delete ns <Control Plane namespace>
Run the following commands to delete the CRDs:
kubectl delete crd tibcoclusterenvs.cloud.tibco.com kubectl delete crd tibcointercomrules.cloud.tibco.com kubectl delete crd tibcorouteoverrides.cloud.tibco.com kubectl delete crd tibcoroutes.cloud.tibco.com kubectl delete crd tibcoresourcesets.cloud.tibco.com kubectl delete crd tibcoresourcesettemplates.cloud.tibco.com kubectl delete crd tibcotunnelroutes.cloud.tibco.com