postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

No support for volumes less than 1GB

Open alexeyklyukin opened this issue 8 years ago • 0 comments

The operator uses gigabytes internally to evaluate the disk space when resizing volumes, so the cluster is always created with at least 1Gi volume, however, cluster updates compare the existing volume size with the actual volume size in the manifest and if the latter is less than 1Gi they fail.

This is clearly visible since our test manifest uses 512Mi volumes.

alexeyklyukin avatar Oct 16 '17 12:10 alexeyklyukin