minio / operator

Simple Kubernetes Operator for MinIO clusters :computer:
https://min.io/docs/minio/kubernetes/upstream/index.html
GNU Affero General Public License v3.0
1.17k stars 447 forks source link

Support for volume expansion #1780

Closed xoxys closed 1 month ago

xoxys commented 11 months ago

This feature was initially requested in https://github.com/minio/operator/issues/310 already, but the issue got staled.

With the latest operator, this does not seem to work properly. After updating the volumeClaimTemplate.spec.resources.requests.storage of a pool from 2Gi to 5Gi, the value in StatefulSet or PersistentVolumeClaim is still not updated and remains at the old value.

xoxys commented 11 months ago

Updating the PersistentVolumeClaim manually and restarting the StatefulSet works.

cesnietor commented 2 months ago

@jiuker I saw a PR sent for this but got closed, what's the current status of it? cc @pjuarezd

jiuker commented 1 month ago

fixed by #2196