Uninstalling IDHub
Uninstall IDHub Instance
Run the following command on your K8 cluster, to uninstall the IDHub instance.
helm uninstall idhub -n <IDHUB_INSTANCE>
info
<IDHUB_INSTANCE>
: The name of your IDHub instance.- Allowed Characters: Lowercase letters (a-z), Numbers (0-9).
- Length Requirement: Must adhere to K8s namespace character limit.
- Disallowed Characters: No Uppercase letters, No Special characters (e.g., _, @, /, .).
- Examples of Valid Values: abccorp, xyzcompany2.
Uninstall Data Store
Run the following command on your K8 cluster, to uninstall the data stores.
Kubectl delete <DATASTORE_NAMESPACE_PREFIX>-<datastore>
info
<datastore>
areElasticsearch
,MongoDB
,PostgreSQL
,Kafka
, andMinIO
for which you will have to run the above command separately for each one of them.<DATASTORE_NAMESPACE_PREFIX>
is the prefix that you have used to install the data stores.