1
0
forked from k-space/kube

openebs already disabled

This commit is contained in:
2025-04-18 22:35:50 +03:00
parent 5fa3144e23
commit f05b1f1324
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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
```