olberger / vagrant-k8s-kubevirt-katacontainers

Kubernetes with kubevirt and kata-containers inside Vagrant (with libvirt/kvm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add persistent local storage support

olberger opened this issue · comments

It would be interesting to get some persistent local storage solution.

Minikube has one : https://github.com/kubernetes/minikube/blob/master/docs/persistent_volumes.md

It seems the one provided by rancher could be used too:
https://github.com/rancher/local-path-provisioner

Integrated the latter one