openebs-docs
openebs-docs copied to clipboard
OpenEBS Documentation
In OpenEBS doc, we can add a section for injecting chaos into openebs volume using litmus charts which will ensure that the volume is resilent of any such chaos.
Create workflow documentation and automation script for deploying OpenEBS on Digital Ocean.
There are many cases where cStor Volume has to be increased. For example, capacity might be completely filled up and there by application pod will be in `crashloopbackoff` state of...
The following steps were provided by @chtardif in the OpenEBS community channel - on how he configured PodSecurityPolicies(PSP) for OpenEBS. * Create a Privileged PSP ```yaml apiVersion: extensions/v1beta1 kind: PodSecurityPolicy...
Add a Glossary section where terms used in documentation are described and how they are used in the documentation.
## Description pool fails to create upon applying the yaml file ## Expected Behavior a pool should be created and be readily available for pvc ## Current Behavior ``` k...
This issue is reported by imran in one of the opensource slack channel. While taking backup I am getting the following error ``` time="2019-04-03T08:57:22Z" level=info msg="Backup completed with errors: [pod...
Cover the prerequisites for disks like: - Should they be unmounted or cleared of any older FS? - Should they be partitioned or not? - Can LVM disks be used?...
## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST ## Why is this required? - OpenEBS has a set of K8s Deployments which are typically control plane based...
I have more than 3 nodes in my cluster. And I would like to use the High Availability feature of Jiva. What are the best practices ( storage class configuration)?