Welcome to the Forklift repository. Forklift is part of the Konveyor project.
Konveyor is a community of people passionate about helping others modernize and migrate their applications to the hybrid cloud by providing tools to accelerate rehosting, replatforming, and refactoring their applications to run on Kubernetes.
Forklift is an open-source tool for the large-scale migration of virtual machines to KubeVirt. The source for virtual machines initially is VMware vSphere 6.x, extending the reach progressivley to oVirt / RHV, and OpenStack.
- Forklift Operator. The Forklift Operator deploys and maintains Forklift.
- Forklift Documentation. Documentation for installing and using Forklift.
- Forklift UI. The Forklift UI is based on Patternfly 4.
- Forklift Controller. The Forklift Controller orchestrates the migration.
- Forklift Validation. The Forklift Validation service checks the virtual machines for possible issues before migration. Runs with Open Policy Agent.
- Forklift
must-gather
. Support tool for gathering information about the Forklift environment.
This repository holds the code that generates the Forklift Project's web page.
For more information refer GitHub Pages Guide to Using Jekyll.
- If making changes to typescript files please run
yarn run build && yarn run bundle
to build typescript and update the bundle. - Do
git add -A
AFTER generating the bundle to add the bundle to the commit.