#341 frontdoor project: request for 10GB PVC
Closed: Fixed by martinpitt. Opened by martinpitt.

Hello!

I just created a 10 GB PersistentVolumeClaim in the front door project: https://console-openshift-console.apps.ocp.ci.centos.org/k8s/ns/frontdoor/persistentvolumeclaims/prometheus-db

This is meant to contain our new prometheus database for collecting metrics about our tests and infrastructure.

I created it with this YAML:

---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: prometheus-db
  namespace: frontdoor
spec:
  accessModes:
  - ReadWriteOnce
  resources:
    requests:
      storage: 10Gi

I'd appreciate having this on a PVC instead of losing the data with every container restart. But if this is somehow impractical, I'll make-do with our existing image cache volume.

Thank you in advance!


I'd appreciate having this on a PVC instead of losing the data with every container restart. But if this is somehow impractical, I'll make-do with our existing image cache volume.

10Gi pv is fine :)
I created and since you already had the claim waiting for resource, it attached it automatically

Many thanks @siddharthvipul1 ! :100:

Metadata Update from @martinpitt:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Log in to comment on this ticket.

Metadata