Uninstall AppCenter | Teradata AppCenter - Uninstalling AppCenter - Teradata AppCenter

Teradata® AppCenter Customer Installation and Upgrade Guide for vSphere

Product
Teradata AppCenter
Release Number
1.10
Published
June 2020
Language
English (United States)
Last Update
2020-07-02
dita:mapPath
ixs1586886570933.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1117
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Uninstall application services:
    $ appctl platform uninstall --name appcenter
  2. Uninstall platform services:
    $ appctl platform uninstall --name platform
  3. Uninstall init:
    $ appctl platform uninstall --name init
  4. Delete all PersistentVolumeClaims (PVCs):
    $ kubectl delete pvc -n td-platform --all
  5. Clean up namespaces, deployments, services, and secrets:
    $ kubectl delete ns td-platform
    $ kubectl delete deployment tiller-deploy -n kube-system
    $ kubectl delete svc tiller-deploy -n kube-system
    $ kubectl delete secrets tiller-secret -n kube-system
  6. Verify there are no pods running in appcenter and the td-platform namespace.
    $ kubectl get pods -n appcenter
    $ kubectl get pods -n td-platform
    If you want to reinstall AppCenter, you need to uninstall the old one first.