nice-baker-83329
10/08/2025, 7:23 AMancient-wolf-19325
10/08/2025, 7:23 AMstorage section in your MinIO PV and PVC manifests to request more storage (e.g., increase storage: 1Gi to a higher value). For example, in the Flyte sandbox, this is controlled by the charts/flyte-sandbox/templates/storage/minio/pv.yaml and pvc.yaml files, where you can set a larger value for the capacity.storage and resources.requests.storage fields. After updating, you may need to recreate the PV/PVC or expand the volume if your Kubernetes environment supports dynamic resizing. See pv.yaml and pvc.yaml for reference.
Would you like more detailed step-by-step instructions for resizing your MinIO storage in Kubernetes?
Sources:
- pv.yaml
- pvc.yaml 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.nice-baker-83329
10/08/2025, 7:28 AMancient-wolf-19325
10/08/2025, 7:28 AMhostPath (e.g., /var/lib/flyte/storage/minio). If the host disk is full, MinIO will report storage full even if the PVC requests more space. Also, ensure that the PV and PVC are correctly bound and that MinIO is using the intended volume. See pv.yaml for the hostPath configuration.
Would you like more detail on how to check disk usage or debug PV/PVC bindings?
Sources:
- pv.yaml 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.