Questions tagged [volume-claim-template]
5 questions
1
vote
1 answer
claim volume without data loss using volumeclaimtemplate
I have a application of workload deployment and need to change it to statefulset
apiVersion: apps/v1
kind: Deployment
metadata:
name: app
labels:
app: app
spec:
replicas: 1
selector:
matchLabels:
app: app
template:
…

anonymousguy
- 11
- 2
1
vote
1 answer
Kubernetes PersistentVolumeClaim issues in AWS using Pod Autoscaling
We have success creating the pods, services and replication controllers according to our project requirements. Now we are planning to setup persistence storage in AWS using Kubernetes. I have created the YAML file to create an EBS volume in AWS,…

Raju
- 61
- 1
- 7
0
votes
1 answer
Scale statefulset based on latest volumeSnapshot
If anyone know solutions please help me how I can do this.
I have “statefulset” which has following “volumeClaimTemplates” inside:
When I scale my replica count:
“kubectl scale statefulset --replicas=2 my-statefulset”
new “PVC” create from…
0
votes
0 answers
statefulset stuck on volumeClaimTemplates pending
I have a stateful set to spin up a postgres database - using the following PV:
kind: PersistentVolume
apiVersion: v1
metadata:
name: cryoem-daq-dev--postgres--dev-0
labels:
type: local
spec:
storageClassName: cryoem-daq-dev--postgres--dev
…

yee379
- 6,498
- 10
- 56
- 101
-1
votes
1 answer
Kubernetes PersistentVolumeClaim issues in AWS-using volumeClaimTemplates pending state
We have success creating the pods, services and replication controllers according to our project requirements. Now we are planning to setup persistence storage in AWS using Kubernetes. I have created the YAML file to create an EBS volume in AWS,…

Raju
- 61
- 1
- 7