| Products | Versions |
|---|---|
| TIBCO Platform - Control Plane | All |
dp-configure-namespace Helm chart (or similar infrastructure charts) to set up RBAC, Network Policies, and Service Accounts. This chart must be uninstalled to clean up these configurations cleanly.dp-configure-namespace):helm ls -n <secondary/app-namespace>
helm uninstall dp-configure-namespace --namespace <secondary/app-namespace>
Run the kubectl delete command
kubectl delete ns <secondary/app-namespace>
Troubleshooting
If the namespaces has been deleted from the cluster directly, you may need to recreate the namespace and delete it again follow the procedure. Otherwise, CP wont know the namespace is deleted.
All
When removing a secondary namespace or cleaning up a non-dataplance-namespace in TIBCO Platform, it is critical to follow a specific order of operations. Deleting the namespace before removing the applications and configuration charts can lead to orphaned resources, stuck namespaces (terminating state), or residual artifacts in the Control Plane database.