Questions tagged [kubernetes-pvc]

Kubernetes persistent volume claims: These are requested by pods in a cluster, from a storage pool that is pre-defined (or else, dynamically allocated).

351 questions
-1
votes
1 answer

How can I use a PV of one kubernetes custer in another k8s cluster?

I have an AWS EKS cluster. Lets call it EKS-1, in which I had a stateful set with a PVC and PV that provisioned a EBS volume in AWS dynamically. I deleted the Stateful set and the PVC. The PV is in available status and its volume in AWS is also…
RAMNEEK GUPTA
  • 713
  • 1
  • 6
  • 13
-1
votes
1 answer

How I can attach a pvc to a pv released?

I am trying to deploy a pod in kubernetes using helm which use a persistent volume that it is going to disconnect its pvc each time that I redeploy. When I do that the persistent volume it goes to state "released" and my pod cannot attach it and…
-1
votes
1 answer

When storageclass is deleted in kubernetes, pv still has storageclass information

Storageclass was deleted with 'kubectl delete storageclass'. But pv still has the deleted storageclass information.(kubectl get pv) There is no problem with the pods being recreated. Can someone please explain this situation?
-1
votes
1 answer

PVC's cost report in GCP Billing service

Weeks ago I removed a large amount of PVCs in different GCP projects from my account and I want to reflect that removal tasks in some reports using the billing service in GCP. Is there a way to select PVCs on the Services/SKUs tabs in the report…
B3RNY
  • 1
-1
votes
1 answer

Elasticsearch statefulset does not create volumesClaims on rook-cephfs

I am trying to deploy an elasticsearch statfulset and have the storage provisioned by rook-ceph storageclass. The pod is in pending mode because of: Warning FailedScheduling 87s default-scheduler 0/4 nodes are available: 4 pod has unbound…
-1
votes
3 answers

Change kubernetes stroge class mounted value from another pod

I want to publish sonarqube with kubernetes. I did successfully with official packages. But i want to use some plugins old version and some custom plugins. In local with docker-compose files, i created a fly-away container that fills the plugins…
rmznbyk 1
  • 1,104
  • 2
  • 13
  • 27
1 2 3
23
24