operator
operator copied to clipboard
Support for volume expansion
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.
Updating the PersistentVolumeClaim manually and restarting the StatefulSet works.
@jiuker I saw a PR sent for this but got closed, what's the current status of it? cc @pjuarezd
fixed by #2196