kmova / openebs-k8s-provisioner

OpenEBS cStor and Jiva Volume Provisioner for Kubernetes

Home Page:https://docs.openebs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 mainly contains code required for running the legacy cStor and Jiva pools and volumes 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.

Release

Prior to creating a release tag on this repository on v2.12.x branch with the required fixes, ensure that the dependent data engine repositories and provisioner are tagged. Once the code is merged, use the following sequence to release a new version for the legacy components:

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.

Building OpenEBS provisioners from source

$ make all 

Create a docker image

$ make container

License

FOSSA Status

About

OpenEBS cStor and Jiva Volume Provisioner for Kubernetes

https://docs.openebs.io

License:Apache License 2.0


Languages

Language:Go 79.8%Language:Shell 7.4%Language:Python 5.7%Language:Dockerfile 3.5%Language:Makefile 3.2%Language:C 0.4%