/openebs-k8s-provisioner

Kubernetes external provisioner for OpenEBS cStor and Jiva Volume.

Primary LanguageGoApache License 2.0Apache-2.0

External Provisioner (non-csi) for Jiva and cStor

Build Status Go Report codecov FOSSA Status

Note: We recommend OpenEBS users to shift towards CSI based provisioner available at https://github.com/openebs/cstor-operators and https://github.com/openebs/jiva-operator. This provisioner is mainly maintained to support existing cStor and Jiva users till they migrate before these provisioners are declared EOL by Mar 2022.

This provisioner is based on the Kubenretes external storage provisioner. This code has been migrated from https://github.com/openebs/external-storage/tree/release/openebs, as Kubernetes community deprecated the external-storage repository.

This repository contains code for building legacy cStor and Jiva provisioners like:

  • openebs-k8s-provisioner - used for provisoining the legacy cStor and Jiva pools and volumes.
  • snapshot-controller and snapshot-operator - for helping with snapshot and clone on legacy cStor volumes.

Install

Please refer to our documentation at OpenEBS Documentation.

Building from source

$ make all 

Create a docker image

$ make container

Release

The containers from this repo have to built along with other control plane components. The detailed steps for making a new release are at: https://github.com/openebs/maya/blob/HEAD/README.md#release

Contributing

We are looking at further refactoring this repository by moving the common packages from this repository into a new common repository. If you are interested in helping with the refactoring efforts, please reach out to the OpenEBS Community.

For details on setting up the development environment and fixing the code, head over to the CONTRIBUTING.md.

Community

OpenEBS welcomes your feedback and contributions in any form possible.

License

FOSSA Status