Uninstall via OperatorHub UI#
You can uninstall MTO by following these steps:
-
Decide on whether you want to retain tenant namespaces and ArgoCD AppProjects or not. If yes, please set
spec.onDelete.cleanNamespaces
tofalse
for all those tenants whose namespaces you want to retain, andspec.onDelete.cleanAppProject
tofalse
for all those tenants whose AppProject you want to retain. For more details check out onDelete -
After making the required changes open OpenShift console and click on
Operators
, followed byInstalled Operators
from the side menu
- Now click on uninstall and confirm uninstall.
-
Now the operator has been uninstalled.
-
Optional:
you can also manually remove MTO's CRDs and its resources from the cluster.
Notes#
- For more details on how to use MTO please refer Tenant's tutorial.
- For more details on how to extend your MTO manager ClusterRole please refer extend-admin-clusterrole.