Uninstalling Forklift from the CLI
You can uninstall Forklift 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 konveyor-forklift
-
Delete the CRDs:
$ oc get crd -o name | grep 'forklift' | xargs oc delete
-
Delete the OAuthClient:
$ oc get oauthclient -o name | grep 'forklift' | xargs oc delete