Skip to content

eslutsky/cluster-api-provider-ovirt

 
 

Repository files navigation

cluster-api-provider-ovirt

https://github.com/oVirt/cluster-api-provider-ovirt

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 binarties, 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 &

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.8%
  • Shell 5.4%
  • Makefile 3.7%
  • Dockerfile 1.1%