Delete the TimesTen CRDs

You can delete TimesTen CRDs from your cluster.

Note:

Use caution when deleting the TimesTen CRDs. This action causes the deletion of all TimesTenClassic objects and associated databases that are running in all namespaces.
  1. List the release.
     helm list

    The output is similar to the following:

    NAME    NAMESPACE       REVISION        UPDATED                                 STATUS   CHART                   APP VERSION
    ttcrd   default         2               2024-08-04 19:07:52.249429601 +0000 UTC deployed ttcrd-2211280.1.0       22.1.1.28.0
  2. Uninstall.
    helm uninstall ttcrd

    The output is similar to the following:

    release "ttcrd" uninstalled
  3. Confirm the TimesTen CRDs no longer exist in the cluster.
    kubectl get crd | grep timesten
You successfully deleted the TimesTen CRDs.