StatefulSet volume mounts for OrientDB in Kubernetes StatefulSet volume mounts for OrientDB in Kubernetes kubernetes kubernetes

StatefulSet volume mounts for OrientDB in Kubernetes


The issue is there is bug in hostpath volume provisioner that encounters an error with "lstat: no such file or directory" if there is subpath field present in deployment/statefulset, even if the field is empty. This error doesn't let statefulset come up and they goes into containerCreatingConfigErr (happened with me on kubeadm)

This issue is present on kubeadm as well where I encountered it.

https://github.com/kubernetes/minikube/issues/2256