I’m trying to use OpenEBS on DOKS, but can’t make it work. I installed OpenEBS using Helm, and then tried the OpenEBS PV Local Device Storage pod/PVC example
kubectl apply -f https://openebs.github.io/charts/examples/local-device/local-device-pvc.yaml
kubectl apply -f https://openebs.github.io/charts/examples/local-device/local-device-pod.yaml
The problem is that the PV is not being created, so PVC is unbounded (0/3 node are available: 3 pod has unbound PVC
, and hence the pod is forever pending.
Any ideas?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!