This folder contains kubevirt-related
- development documentation and notes
- build and deployment scripts and configuration
./frontend/public/kubevirt
./frontend/__tests__/kubevirt
./frontend/public/imgs/logos/kubevirt.svg
The kubevirt/web-ui project is fork of openshift/console.
Upstream changes are merged regularly using ${ROOT}/kubevirt/mergeUpstream
script to keep both projects in sync.
TBD - how to build docker image
Is same as for openshift/console. See project's README.md.\
Please see kubevirt-ansible/kubeirt-web-ui playbook for deployment instructions.
Kubevirt-related code lives either in separate **/kubevirt
folders (see above) or in external projects referenced from web-ui (like web-ui-components or patternfly-react).
Changes to OKD code are kept at bare minimum to allow both smooth merges or recomposing the UI within another application in the future.
git remote add openshift_console https://github.com/openshift/console.git
git remote add kubevirt_web_ui https://github.com/kubevirt/web-ui.git
git fetch --all
git log remotes/openshift_console/master..remotes/kubevirt_web_ui/master