forked from k-space/kube
21 lines
431 B
Markdown
21 lines
431 B
Markdown
# XFS hostpath based local PV-s
|
|
|
|
```
|
|
wget https://openebs.github.io/charts/openebs-operator-lite.yaml
|
|
kubectl apply -f openebs-operator-lite.yaml -f storage-class.yaml
|
|
|
|
```
|
|
|
|
# Raw file based local PV-s
|
|
|
|
### TO BE DEPRECATED
|
|
|
|
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
|
|
```
|
|
|