/provider-infinidash

A production ready @crossplane provider for AWS Infinidash

Primary LanguageGoApache License 2.0Apache-2.0

provider-template

provider-infinidash is a production ready Crossplane Provider that connects AWS Infinidash to Crossplane. It is feature complete and provides the best experience consuming AWS Infinidash cross cloud.

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