forked from k-space/kube
12 lines
295 B
Markdown
12 lines
295 B
Markdown
|
# 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
|
||
|
```
|