kube/openebs/README.md

21 lines
431 B
Markdown
Raw Normal View History

2024-07-27 16:51:59 +00:00
# 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
```
2022-12-01 22:10:04 +00:00
# Raw file based local PV-s
2024-07-27 16:51:59 +00:00
### TO BE DEPRECATED
2022-12-01 22:10:04 +00:00
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
```
2024-07-27 16:51:59 +00:00