Top "Persistent-volumes" questions

This tag is for Kubernetes persistent volume related questions.

Pod has unbound PersistentVolumeClaims but volume claims is bounded

I want to create a statefulset elasticsearch in kubernetes on virtualbox. I'm not using cloud provider so i create two …

kubernetes persistent-volumes kubernetes-statefulset
MountVolume.SetUp failed for volume "nfs" : mount failed: exit status 32

This is 2nd question following 1st question at PersistentVolumeClaim is not bound: "nfs-pv-provisioning-demo" I am setting up a kubernetes lab …

kubernetes nfs persistent-volumes persistent-volume-claims
Kubernetes: Is it possible to mount volumes to a container running as a CronJob?

I'm attempting to create a Kubernetes CronJob to run an application every minute. A prerequisite is that I need to …

kubernetes persistent-volumes persistent-volume-claims
Kubernetes: PersistentVolumeClaim error, Forbidden: is immutable after creation except resources.requests for bound claims

I have created a StorageClass and PersistentVolume but when I try to create a PersistentVolumeClaim I get the following error, "…

kubernetes persistent-volumes
Can I rely on volumeClaimTemplates naming convention?

I want to setup a pre-defined PostgreSQL cluster in a bare meta kubernetes 1.7 with local PV enable. I have three …

kubernetes persistent-volumes persistent-volume-claims
Error "no persistent volumes available for this claim and no storage class is set"

Is it required to create the directory manually in nodes or will it be auto created by pv? Here is …

kubernetes persistent-volumes kubernetes-pvc
Using Windows SMB shares from Kubernetes deployment app

We are migrating legacy java and .net applications from on-premises VMs to an on-premises Kubernetes cluster. Many of these applications …

kubernetes smb persistent-volumes windows-share
Cancel or undo deletion of Persistent Volumes in kubernetes cluster

Accidentally tried to delete all PV's in cluster but thankfully they still have PVC's that are bound to them so …

kubernetes persistent-volumes
Kubernetes persistent volume on Docker Desktop (Windows)

I'm using Docker Desktop on Windows 10. For the purposes of development, I want to expose a local folder to a …

docker kubernetes persistent-volumes