kubedb

KubeDB on minikube mount local directory

一世执手 提交于 2019-12-02 02:39:37
问题 I'm trying to run postgres using kubedb on minikube where I mount my data from a local directory (located on my Mac), when the pod runs the I don't get the expected behaviour, two things happen: One is obviously the mount isn't there, and second I see the error pod has unbound immediate PersistentVolumeClaims First, here are my yaml file: apiVersion: v1 kind: PersistentVolume metadata: name: adminvol namespace: demo labels: release: development spec: capacity: storage: 2Gi accessModes: -