Home

Awesome

Build Docker Repository on Quay License contributions welcome <img src="https://img.shields.io/badge/slack-konveyor/move2kube-green.svg?logo=slack">

Move2Kube-Operator

Operator to orchestrate Move2Kube UI and API.

Prerequisites

Usage

A new Golang based operator is in the works

The instructions below are for installing the current Helm based operator:

  1. Deploy the operator either using the OLM tool or directly:
    https://sdk.operatorframework.io/docs/building-operators/helm/quickstart/#olm-deployment
    https://sdk.operatorframework.io/docs/building-operators/helm/quickstart/#direct-deployment

  2. Then we can apply the CR. Make sure to edit the CR yaml with the proper values before applying.

    $ kubectl apply -f config/samples/demo_v1alpha1_nginx.yaml
    

    For more details check https://github.com/konveyor/move2kube-ui/blob/main/helm-charts/move2kube/README.md

Discussion