1
0
forked from k-space/kube

Add rawfile-localpv

This commit is contained in:
2022-12-02 00:10:04 +02:00
parent 8f99b1b03d
commit eccfb43aa1
2 changed files with 415 additions and 0 deletions

11
openebs/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Raw file based local PV-s
We currently only use `rawfile-localpv` portion of OpenEBS.
The manifests were rendered using Helm template from https://github.com/openebs/rawfile-localpv
and subsequently modified
```
kubectl create namespace openebs
kubectl apply -n openebs -f rawfile.yaml
```