postgres-operator/pkg/apis/acid.zalan.do/v1
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
..
const.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
crds.go Resize volume by changing pvc size if enabled in config. (#958) 2020-07-03 10:53:37 +02:00
doc.go Fix golint failures 2019-01-08 13:04:48 +01:00
marshal.go skip creation later to improve visibility of errors (#1013) 2020-06-17 13:32:16 +02:00
operator_configuration_type.go Resize volume by changing pvc size if enabled in config. (#958) 2020-07-03 10:53:37 +02:00
postgresql_type.go Bootstrapped databases with best practice role setup (#843) 2020-04-29 10:56:06 +02:00
register.go gofmt and golint fixes (#506) 2019-03-04 13:13:55 +01:00
util.go Use /status subresource instead of plain manifest field (#534) 2019-05-07 12:01:45 +02:00
util_test.go Add ServiceAnnotations cluster config (#803) 2020-02-10 12:03:25 +01:00
zz_generated.deepcopy.go Propagate annotations to the StatefulSet (#932) 2020-05-04 14:46:56 +02:00