Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 344 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 344 Bytes

provider-openstack

A Crossplane Provider for OpenStack resources.

Developing

Run against a Kubernetes cluster:

make run

Build, push, and install:

make all

Build image:

make image

Push image:

make push

Build binary:

make build