Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 852 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 852 Bytes

This repository is inactive, please refer to: https://github.com/openshift

cluster-api-provider-ovirt

Docker Repository on Quay

Implementation of the oVirt provider for the [cluster-api project] version v1beta
using openshift/cluster-api-provider api, which implements the machine actuator.

Development

Fast development cycle is to build the binaries, manager and machine-controller-manager
and run those against a running cluster kubeconfig.

build

make build

run the components locally

$ export KUBECONFIG=path/to/kubecofig

$  bin/manager &

$  bin/machine-controller-manager --namespace openshift-machine-api --metrics-addr=:8888 &