/forklift-operator

Virtualization Migration Operator

Primary LanguagePythonApache License 2.0Apache-2.0

Konveyor Forklift Operator

Konveyor Forklift Operator installs a suite of migration tools that facilitate the migration of VM workloads to OpenShift Virtualization.

Prerequisites

  • OCP 4.7+

Konveyor Forklift Operator Installation

Konveyor Forklift Operator is installable on OpenShift 4 via OperatorHub.

Installing released versions

  1. Visit the OpenShift Web Console.
  2. Navigate to Operators => OperatorHub.
  3. Search for Konveyor Forklift Operator.
  4. Install the desired Konveyor Forklift Operator version.

Installing latest

Installing latest is almost an identical procedure to released versions but requires creating a new catalog source.

  1. oc create -f forklift-operator-catalog.yaml
  2. Follow the same procedure as released versions until the Search for Konveyor Forklift Operator step.
  3. There should be two Konveyor Forklift Operator available for installation now.
  4. Select the Konveyor Forklift Operator without the community tag.
  5. Proceed to install latest.

Note: Installing Latest will also include OLM channels for released versions.

ForkliftController CR Creation

  1. Visit OpenShift Web Console, navigate to Operators => Installed Operators.
  2. Select Konveyor Forklift Operator.
  3. Locate ForkliftController on the top menu and click on it.
  4. Adjust settings if desired and click Create instance.

Customize Settings

Custom settings can be applied by editing the ForkliftController CR.

oc edit forkliftcontroller -n konveyor-forklift

Forklift Documentation

See the Konveyor Forklift Documentation for detailed installation instructions as well as how to use Konveyor Forklift.