kubernetes-pvc Questions
1
Solved
When using pvc to persist the container data, it seems pvc always override the container's directory, the original data in directory will not be available, what's the reason ?
Rab asked 8/8, 2018 at 5:58
1
I want to persistent data file via pvc with glusterfs in kubernetes, I mount the diretory and it'll work, but when I try to mount the file, it'll fail, because the file was mounted to the directory...
Mcclung asked 2/8, 2018 at 7:58
2
Solved
I'm creating a Kubernetes PVC and a Deploy that uses it.
In the yaml it is specified that uid and gid must be 1000.
But when deployed the volume is mounted with different IDs so I have no write a...
Rabbinism asked 17/7, 2018 at 22:1
1
Is there any policy or a way that enable us to auto delete a persistent volume claim when a kubernetes-job (using that claim) gets completed.
FYI:
i am creating persistent volume claim using delet...
Waitabit asked 25/6, 2018 at 12:36
1
I am trying to provision PV with RBD using https://github.com/kubernetes/kubernetes/tree/release-1.7/examples/persistent-volume-provisioning/rbd
But I have faced an issue when my PVC is in Pending...
Geometrid asked 19/10, 2017 at 12:40
1
Solved
I'm trying to deploy a persistent storage for couch DB and it is failing out with the error
kubectl create -f couch_persistant_deploy.yaml
error: error validating "couch_persistant_deploy.ya...
Polyurethane asked 31/1, 2018 at 14:50
© 2022 - 2024 — McMap. All rights reserved.