Este contenido no está disponible en el idioma seleccionado.
Chapter 3. Installing the MTV Operator
You can install the MTV Operator by using the Red Hat OpenShift web console or the command line interface (CLI).
In Migration Toolkit for Virtualization (MTV) version 2.4 and later, the MTV Operator includes the MTV plugin for the Red Hat OpenShift web console.
3.1. Installing the MTV Operator by using the Red Hat OpenShift web console Copiar enlaceEnlace copiado en el portapapeles!
You can install the MTV Operator by using the Red Hat OpenShift web console.
Prerequisites
- Red Hat OpenShift 4.11 or later installed.
- OpenShift Virtualization Operator installed on an OpenShift migration target cluster.
-
You must be logged in as a user with
cluster-admin
permissions.
Procedure
-
In the Red Hat OpenShift web console, click Operators
OperatorHub. - Use the Filter by keyword field to search for mtv-operator.
- Click Migration Toolkit for Virtualization Operator and then click Install.
- Click Create ForkliftController when the button becomes active.
Click Create.
Your ForkliftController appears in the list that is displayed.
-
Click Workloads
Pods to verify that the MTV pods are running. Click Operators
Installed Operators to verify that Migration Toolkit for Virtualization Operator appears in the openshift-mtv project with the status Succeeded. When the plugin is ready you will be prompted to reload the page. The Migration menu item is automatically added to the navigation bar, displayed on the left of the Red Hat OpenShift web console.
3.2. Installing the MTV Operator from the command line interface Copiar enlaceEnlace copiado en el portapapeles!
You can install the MTV Operator from the command line interface (CLI).
Prerequisites
- Red Hat OpenShift 4.11 or later installed.
- OpenShift Virtualization Operator installed on an OpenShift migration target cluster.
-
You must be logged in as a user with
cluster-admin
permissions.
Procedure
Create the openshift-mtv project:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Create an
OperatorGroup
CR calledmigration
:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Create a
Subscription
CR for the Operator:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Create a
ForkliftController
CR:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Verify that the MTV pods are running:
oc get pods -n openshift-mtv
$ oc get pods -n openshift-mtv
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Example output
Copy to Clipboard Copied! Toggle word wrap Toggle overflow