Delete Learning Center

This topic describes how you can delete Learning Center.

  1. Delete all current workshop environments by running:

    kubectl delete workshops,trainingportals,workshoprequests,workshopsessions,workshopenvironments --all
    

    Ensure the Learning Center operator is still running when running this command.

  2. Verify you have deleted all current workshop environments by running:

    kubectl get workshops,trainingportals,workshoprequests,workshopsessions,workshopenvironments --all-namespaces
    

    This command does not delete the workshops in the workshops.learningcenter.tanzu.vmware.com package.

  3. Uninstall the Learning Center package by running:

    tanzu package installed delete {NAME_OF_THE_PACKAGE} -n tap-install
    

    This command also removes the added custom resource definitions and the learningcenter namespace.

    Note

    If you have installed the Tanzu Application Platform package, Learning Center will be recreated.

  4. To remove the Learning Center package, add the following lines to your tap-values file.

    excluded_packages:
    - learningcenter.tanzu.vmware.com
    - workshops.learningcenter.tanzu.vmware.com
    
check-circle-line exclamation-circle-line close-line
Scroll to top icon