You can uninstall {project-first} from the command line interface (CLI) by deleting the {namespace} project and the forklift.konveyor.io
custom resource definitions (CRDs).
Prerequisites
-
You must be logged in as a user with
cluster-admin
privileges.
Procedure
-
Delete the project:
$ {oc} delete project {namespace}
-
Delete the CRDs:
$ {oc} get crd -o name | grep 'forklift' | xargs {oc} delete
-
Delete the OAuthClient:
$ {oc} delete oauthclient/forklift-ui