kube/openebs
2024-07-27 22:57:01 +03:00
..
openebs-operator-lite.yaml add openebs-localpath 2024-07-27 22:57:01 +03:00
rawfile.yaml openebs: Fix rawfile provisioner image digest 2023-09-02 11:49:13 +03:00
README.md add openebs-localpath 2024-07-27 22:57:01 +03:00
storage-class.yaml add openebs-localpath 2024-07-27 22:57:01 +03: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

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