Uploaded image for project: 'Community Linux Engineering'
  1. Community Linux Engineering
  2. CLE-3033

PersistentVolume creation on CentOS Infra cluster

SetAsigneesSync from "Extern...update-metadata-from-f...XMLWordPrintable

    • 5
    • rhel-cle-pnp

      Hello,

      We need a PersistentVolume to match this PersistentVolumeClaim:

      ```yaml
      kind: PersistentVolumeClaim
      apiVersion: v1
      metadata:
      name: hound-search-data-hound-search-0
      namespace: cloud-softwarefactory
      uid: 8596881e-e4ad-4b1f-b95a-ae9832a8177a
      resourceVersion: '651126558'
      creationTimestamp: '2026-01-07T09:37:37Z'
      labels:
      app: sf
      run: hound-search
      finalizers:

      • kubernetes.io/pvc-protection
        managedFields: [...]
        spec:
        accessModes:
      • ReadWriteOnce
        resources:
        requests:
        storage: 1Gi
        volumeMode: Filesystem
        status:
        phase: Pending
        ```

      We would need 10Gi of storage however. Do we need to modify the PVC first?

      Thanks!

              farrotin@redhat.com Fabian Arrotin
              cle_bot CLE bot
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: