Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 675 Bytes

uninstall.md

File metadata and controls

26 lines (18 loc) · 675 Bytes

Uninstall Application Service Adapter

This topic gives you the steps to uninstall Application Service Adapter for VMware Tanzu Application Platform.

To uninstall Application Service Adapter:

  1. Uninstall the Application Service Adapter package from your cluster.

    tanzu package installed delete tas-adapter \
      --namespace tap-install
  2. Remove the repository from your cluster.

    tanzu package repository delete tas-adapter-repository \
      --namespace tap-install
  3. Delete the image pull secret.

    tanzu secret registry delete tanzunet-tas-adapter-registry \
      --namespace tap-install