1
0
forked from k-space/kube

add openebs-localpath

This commit is contained in:
2024-07-27 19:51:59 +03:00
parent 61b1b1d6ef
commit d3ba1cc05f
3 changed files with 963 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
# 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
We currently only use `rawfile-localpv` portion of OpenEBS.
### TO BE DEPRECATED
The manifests were rendered using Helm template from https://github.com/openebs/rawfile-localpv
and subsequently modified
@@ -9,3 +17,4 @@ and subsequently modified
kubectl create namespace openebs
kubectl apply -n openebs -f rawfile.yaml
```