Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 723 Bytes

deleting-learningcenter.md

File metadata and controls

24 lines (16 loc) · 723 Bytes

Deleting Learning Center

If you ever want to uninstall the Learning Center operator, first delete all current workshop environments. You can do this by running:

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

The Learning Center operator must still be running when you do this.

To make sure everything is deleted, run:

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

To uninstall the Learning Center operator, run:

kubectl delete -k "github.com/eduk8s/eduk8s?ref=master"

This also removes the custom resource definitions that were added, and the learningcenter namespace.