postgres-operator/pkg/util
Igor Yanchenko 88735a798a
Resize volume by changing pvc size if enabled in config. (#958)
* Try to resize pvc if resizing pv has failed

* added config option to switch between storage resize strategies

* changes according to requests

* Update pkg/controller/operator_config.go

Co-authored-by: Felix Kunde <felix-kunde@gmx.de>

* enable_storage_resize documented

added examples to the default configuration and helm value files

* enable_storage_resize renamed to volume_resize_mode, off by default

* volume_resize_mode renamed to storage_resize_mode

* Update pkg/apis/acid.zalan.do/v1/crds.go

* pkg/cluster/volumes.go updated

* Update docs/reference/operator_parameters.md

* Update manifests/postgresql-operator-default-configuration.yaml

* Update pkg/controller/operator_config.go

* Update pkg/util/config/config.go

* Update charts/postgres-operator/values-crd.yaml

* Update charts/postgres-operator/values.yaml

* Update docs/reference/operator_parameters.md

* added logging if no changes required

Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
2020-07-03 10:53:37 +02:00
..
config Resize volume by changing pvc size if enabled in config. (#958) 2020-07-03 10:53:37 +02:00
constants Bootstrapped databases with best practice role setup (#843) 2020-04-29 10:56:06 +02:00
filesystems Fix golint warnings 2017-08-01 16:08:56 +02:00
k8sutil skip creation later to improve visibility of errors (#1013) 2020-06-17 13:32:16 +02:00
patroni Re-create pods only if all replicas are running (#903) 2020-04-20 15:14:11 +02:00
retryutil Fix typo (#965) 2020-05-12 09:20:09 +02:00
ringlog fix comments for ringlogger 2017-09-26 13:12:38 +02:00
teams Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00
users Bootstrapped databases with best practice role setup (#843) 2020-04-29 10:56:06 +02:00
volumes reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
util.go bump pooler image and more coalescing for CRD config (#1004) 2020-06-05 11:14:17 +02:00
util_test.go Enforce minimum cpu and memory limits (#731) 2019-12-12 16:43:55 +01:00