Top "Persistent-volumes" questions

This tag is for Kubernetes persistent volume related questions.

Add persistent volume in Kubernetes StatefulSet on Minikube

I'm new to Kubernetes and I'm trying to add a PVC in my StatefulSet on Minikube. PV and PVC are …

kubernetes minikube persistent-volumes persistent-volume-claims
How to mount a postgresql volume using Aws EBS in Kubernete

I've created the persistent volume (EBS 10G) and corresponding persistent volume claim first. But when I try to deploy the …

postgresql docker kubernetes persistent-volumes aws-ebs
kubeadm/kubectl/kube-apiserver turn on feature gate

i'm trying to test the local persistent volume in kubernetes v1.9.2. from what i gather (and i may be wrong!) …

kubernetes local alpha persistent-volumes
Kubernetes PVC with ReadWriteMany on AWS

I want to setup a PVC on AWS, where I need ReadWriteMany as access mode. Unfortunately, EBS only supports ReadWriteOnce. …

kubernetes persistent-volumes aws-ebs
How to manual recover a PV

according to the official docs https://kubernetes.io/docs/tasks/administer-cluster/change-pv-reclaim-policy/ with the “Retain” policy a PV can be …

kubernetes persistent-volumes
Local files transfered to a Kubernentes Persistent Volume?

I'm extremely new to Kubernetes (besides it's not my field) but I got required to be able to execute this …

docker file-upload kubernetes google-kubernetes-engine persistent-volumes
Kubernetes Persistent Volume Access Modes: ReadWriteOnce vs ReadOnlyMany vs ReadWriteMany

As per this official document, Kubernetes Persistent Volumes support three types of access modes. ReadOnlyMany ReadWriteOnce ReadWriteMany The given definitions …

kubernetes persistent-volumes
How to reuse an existing persistent volume claims

I have deleted my elasticsearch cluster, but now after I've deployed a new cluster I need to access the old …

kubernetes persistent-volumes persistent-volume-claims
How to monitor disk usage of persistent volumes?

I want to monitor disk usages of persistent volumes in the cluster. I am using CoreOS Kube Prometheus. A dashboard …

kubernetes prometheus metrics persistent-volumes kubernetes-pvc
Kubernetes StorageClass not found

I am facing issues with Dynamic Storage provisioner. I have created storage class (edited) kubectl get sc NAME PROVISIONER AGE …

kubernetes storage-class-specifier persistent-volumes kubernetes-pvc