Kubernetes persistent volume claims: These are requested by pods in a cluster, from a storage pool that is pre-defined (or else, dynamically allocated).
Questions tagged [kubernetes-pvc]
351 questions
0
votes
1 answer
What is the problem if images from Kubernetes PVC are not accessible after redeploy?
I am using Strapi within a digital-ocean Kubernetes cluster. The public folder images are handled by a persistent volume claim(PVC). After a redeploy, the images are visible within Strapi and also from http://api.mywebsite.com/uploads/blabla.jpg. An…

Espen Finnesand
- 475
- 7
- 22
0
votes
1 answer
Pods can't mount disks on managed aks cluster
I tried simple PVC example from here with nginx claiming azure-managed-disk and I getting 'unable to mount' error, see below. Also I can't remove the created PV with 'kubectl delete pv pvc-3f3c3c78-9779-11e9-a7eb-1aafd0e2f988'.
$kubectl get…

irom
- 3,316
- 14
- 54
- 86
0
votes
1 answer
Heketi doesn't see all glusterfs bricks
Having an issues with glusterfs. Looks like not all bricks are using by PODs.
So I'm using Kubernetes v1.11, Heketi v9.0.0 and glusterfs 4.1.5
Previously I had strange issues with one worker node so I need to reboot this node. After this I've got a…

Oles Rid
- 125
- 12
0
votes
1 answer
Kubernetes persistent volume claim on /var/www/html problem
I have a magento deployment on nginx which uses a persistent volume and a persistent volume claim. Everything works fine, but I am struggeling with one problem. I am using an initContainer to install magento via cli (which works fine) but as soon my…

Jake
- 175
- 6
- 17
0
votes
2 answers
Kubernetes nodes not getting proper labels
After spending half a day digging the web, I'm still not able to find the reason why my worker nodes are not getting proper labels. I have my worker nodes in Auto scaling group in AWS and I'm using AWS cloud provider with Kubeadm to provision my…

jagatjyoti
- 699
- 3
- 10
- 29
0
votes
5 answers
What is the best approach to load a configuration folder (200+ MB) into container
I am deploying a container in AKS cluster.
I want to mount a configuration folder ( size 200+ MB ) into this container. The configuration folder is present in a git repo. Each customer has
his own configuration data and is stored in a separate…

Sachin
- 127
- 9
0
votes
1 answer
AKS Dynamic Persistent Volume Claim using Azure Disk
I am following the article mentioned below for creating dynamic persistent volume claims.
https://learn.microsoft.com/en-us/azure/aks/azure-disks-dynamic-pv
I created a Persistent volume claim using :
apiVersion: v1
kind:…

frictionlesspulley
- 11,070
- 14
- 66
- 115
0
votes
1 answer
How to resize Kubernetes volumes (AWS EBS) on versions 1.8 without the alpha feature activated?
Have anyone managed to resize a k8s volume (AWS EBS) with zero downtime on k8s 1.8 without using the volume expansion alpha feature?
I’m trying to find a way to do that in one of my Statefulsets clusters (3 replicas) but don’t know how.
With outage,…

Bruno Ambrozio
- 402
- 3
- 18
0
votes
1 answer
aws-efs "ProvisioningFailed - no volume plugin matched" in k8s pvc
I deployed efs-provisioner to mount aws-efs in k8s as pvc. Then I'm getting "no volume plugin matched" error while creating pvc.
$ kubectl describe pvc efs -n dev
Name: efs
Namespace: dev
StorageClass: aws-efs
Status: Pending
Volume: …

hariK
- 2,722
- 13
- 18
0
votes
0 answers
Error while creating projects using openshift templates
I have created a template for my project on openshift, but when I pass the parameters and create the project it get a pop up like the following.
ERROR:
**Some resources will not be created: The following resource versions are not supported by the…

ash007
- 311
- 4
- 24
0
votes
1 answer
Are there any changes in units of OpenEBS Jiva volume size in the latest 0.7 release?
I was using OpenEBS 0.6 version where Volume size is mentioned by both in Gi and G. But if I use Gi unit in 0.7 version, it is failing to attach to the Pod. I can see PVC is created.
kubectl get pvc
NAME STATUS VOLUME …

Ranjith Raveendran
- 167
- 7
0
votes
1 answer
Kubernetes trouble with StatefulSet and 3 PersistentVolumes
I'm in the process of creating a StatefulSet based on this yaml, that will have 3 replicas. I want each of the 3 pods to connect to a different PersistentVolume.
For the persistent volume I'm using 3 objects that look like this, with only the name…

Philip Kirkbride
- 21,381
- 38
- 125
- 225
0
votes
2 answers
GKE (1.7.12-gke.1) Dynamic provisioning: Directory contents are created in containerFS, instead of volume FS
I have a 1.7.12-gke.1 cluster.
Problem
When I dynamically provision volumes, I create a PVC.
After bootstrapping data to that PVC, I kill the container that made the data.
Then, i launch a second container, which binds the same PVC.
I expect…

jayunit100
- 17,388
- 22
- 92
- 167
0
votes
1 answer
Scale the pod on the same node where EBS is attached
I want to scale the pods in the same worker node where already one EBS volume associated with pod is attached. How can I achieve it?
Thanks

Nikit Swaraj
- 657
- 4
- 8
- 21
-1
votes
0 answers
monitor pvc attached to worker in kubernetes
How can I monitor the PVCs that we connect to the worker in Kubernetes?
Is it the time it takes for the PVC to be etched and maybe the timeout and the space we give to the PVC?
I did not test the way, but I want to ask what is the way to do this?…

junior person
- 9
- 3