Sergey Dudoladov
f1dbd3c3d6
Merge branch 'master' into add-logical-backup
2019-04-15 14:03:01 +02:00
Felix Kunde
433bd8f500
Add paragraph on how to extend operator configuration in dev docs ( #538 )
...
* add paragraph on how to extend operator configuration in dev docs
2019-04-09 11:23:07 +02:00
Sergey Dudoladov
6f855d5190
minore changes
2019-04-08 15:03:56 +02:00
Sergey Dudoladov
9ad38d5520
Minor doc/code fixes
2019-04-05 11:37:50 +02:00
Sergey Dudoladov
d30dd9e5e5
Document S3 bucket for logical backups
2019-04-05 11:02:44 +02:00
Felix Kunde
67b2fc40c0
update db connection part in user docs ( #536 )
2019-04-04 19:55:00 +02:00
Aaron Miller
15ec6a920d
Config option to allow Spilo container to run non-privileged. ( #525 )
...
* Config option to allow Spilo container to run non-privileged.
Runs non-privileged by default.
Fixes #395
* add spilo_privileged to manifests/configmap.yaml
* add spilo_privileged to helm chart's values.yaml
2019-04-03 17:13:39 +02:00
Sergey Dudoladov
a44da934e6
Update RBAC
2019-04-02 15:15:42 +02:00
Sergey Dudoladov
5d44904d14
minor doc fixes
2019-04-02 13:09:41 +02:00
Sergey Dudoladov
918860b6ea
resolve merge conflict
2019-04-02 10:38:14 +02:00
Felix Kunde
c243074083
Updated quickstart and link from README ( #527 )
...
* updated quickstart and link from README
* added/updated Helm chart description in other docs
2019-04-01 15:39:18 +02:00
Sergey Dudoladov
0e5ed5ee8f
Merge branch 'master' into add-logical-backup
2019-04-01 13:52:18 +02:00
Taehyun Kim
6778c3c03c
Add helm chart ( #434 )
...
Helm chart, that contains all required components to install postgres-operator.
So far all the versions are hardcoded to the latest release, and documentation
mention helm mostly for development purposes with minikube.
2019-03-29 11:26:13 +01:00
Sergey Dudoladov
0b53dbe5dc
Set statefulset update and management policy explicitly ( #515 )
...
* fix logging in retry
* explicitly set the stateful set update strategy to onDelete
* add podManagementPolicy
2019-03-13 11:49:18 +01:00
Sergey Dudoladov
825c5139c3
Merge branch 'master' into add-logical-backup
2019-03-05 14:07:48 +01:00
Sergey Dudoladov
f400539b69
Retry moving master pods ( #463 )
...
* Retry moving master pods
* bump up master pod wait timeout
2019-02-28 16:19:27 +01:00
Sergey Dudoladov
18e2d7a26f
address a code review
2019-02-27 13:24:35 +01:00
Sergey Dudoladov
9d430fc141
resolve merge conflicts
2019-02-27 13:07:48 +01:00
Felix Kunde
31e568157b
reflect change in github url ( #496 )
...
Project was moved from the incubator to the Zalando main org, hence the rename
2019-02-25 11:26:55 +01:00
teuto.net Netzdienste GmbH
26a7fdfa9f
Add Pod Anti Affinity ( #489 )
...
* Add Pod Anti Affinity
2019-02-21 16:37:03 +01:00
Sergey Dudoladov
2e9b6533e7
Document taint-based eviction ( #468 )
...
* Document taint-based eviction
2019-02-20 10:19:15 +01:00
Stephane T
d11b23bd71
Add inherited_labels ( #459 )
...
* add support for inherited_labels
Signed-off-by: Stephane Tang <hi@stang.sh>
* update docs with inherited_labels
Signed-off-by: Stephane Tang <hi@stang.sh>
2019-02-14 12:29:06 +01:00
Sergey Dudoladov
f2dddb0f2b
Add GSoC 2019 project ideas ( #470 )
...
* Add GSoC 2019 project ideas
* Add community section
* Add application steps
* Add logo
2019-02-06 14:40:12 +01:00
Dmitry Dolgov
90c25038d7
Add pod diagram and tex sources ( #472 )
2019-01-31 12:17:11 +01:00
Henning Jacobs
3f8b760118
+ video of Oleksii's talk ( #473 )
...
https://twitter.com/PostgreSQL/status/1087681292416630785
2019-01-31 12:16:05 +01:00
Dmitry Dolgov
44895939f3
Overview diagrams ( #466 )
...
Add overview diagram of what would be created for a postgres cluster by
operator
2019-01-29 21:42:13 +01:00
Maxim Ivanov
3544cc90fa
Allow specifying init_containers in Postgres CRD ( #445 )
...
* Add support for init_containers
2019-01-29 11:08:44 +01:00
Armin Nesiren
6f6a599c90
Added possibility to add custom annotations to LoadBalancer service. ( #461 )
...
* Added possibility to add custom annotations to LoadBalancer service.
2019-01-25 11:35:27 +01:00
Felix Kunde
38f7a3dac6
Minor changes to Admin doc ( #455 )
...
Fixing links and small errors
Some homogenization of naming things
Added line breaks in some paragraphs
2019-01-18 12:50:07 +01:00
Felix Kunde
2422d72b76
Edited Roles section in User documentation ( #454 )
2019-01-16 10:59:32 +01:00
Felix Kunde
0921c065e8
Fixed endpoints description for debug API ( #453 )
2019-01-16 10:50:29 +01:00
Sergey Dudoladov
ac9442decd
minor changes
2019-01-11 11:58:07 +01:00
Sergey Dudoladov
5811175f9f
Address review comments
2019-01-11 11:40:53 +01:00
Sergey Dudoladov
64e1640f11
respond to review
2019-01-09 10:51:22 +01:00
Sergey Dudoladov
4088e0090f
Sketch operator conf/docs
2019-01-08 14:40:43 +01:00
zerg-junior
4b5d3cd121
Fix golint failures
...
* Fix golint fails based on the original work from the user u5surf
* Skip installing Docker as CDP now have one pre-installed (repairs builds on CDP)
2019-01-08 13:04:48 +01:00
Sergey Dudoladov
ad397045f7
Extend Postgres manifest with new params
2019-01-08 12:56:55 +01:00
zerg-junior
5cfcc453a9
Update CRD configuration docs and fix the CDP build ( #414 )
...
* Update CRD configuration docs
* document resource consumption of the operator
* Add talks by Oleksii
2019-01-02 12:01:47 +01:00
Arve Knudsen
8d766e020c
Fix reference to enable_database_access in operator_parameters.md ( #435 )
2019-01-02 10:31:28 +01:00
zerg-junior
c0b0b9a832
[WIP] Add 'admin' option to create role ( #425 )
...
* Add 'admin' option to create role
* Fix run_locally_script
2018-12-27 10:14:33 +01:00
Dmitry Dolgov
d6e6b00770
Add shm_volume option ( #427 )
...
Add possibility to mount a tmpfs volume to /dev/shm to avoid issues like
[this](https://github.com/docker-library/postgres/issues/416 ). To achieve that
two new options were introduced:
* `enableShmVolume` to PostgreSQL manifest, to specify whether or not mount
this volume per database cluster
* `enable_shm_volume` to operator configuration, to specify whether or not mount
per operator.
The first one, `enableShmVolume` takes precedence to allow us to be more flexible.
2018-12-21 16:22:30 +01:00
zerg-junior
45c89b3da4
[WIP] Add set_memory_request_to_limit option ( #406 )
...
* Add set_memory_request_to_limit option
2018-11-15 14:00:08 +01:00
zerg-junior
96e3ea9511
Properly overwrite empty allowed source ranges for load balancers ( #392 )
...
* Properly overwrite empty allowed source ranges for load balancers
2018-11-06 11:08:45 +01:00
zerg-junior
ccaee94a35
Minor improvements ( #381 )
...
* Minor improvements
* Document empty list vs null for users without privileges
* Change the wording for null values
* Add talk by Oleksii in Atmosphere
2018-11-06 11:08:13 +01:00
zerg-junior
86ba92ad02
Rename 'permanent_slots' field to 'slots' ( #401 )
2018-10-31 16:11:28 +01:00
zerg-junior
1b4181a724
[WIP] Add the ability to configure replications slots in Patroni ( #398 )
...
* Add the ability to configure replication slots in Patroni
* Add debugging to Makefile for CDP builds
2018-10-31 13:10:56 +01:00
Dmitry Dolgov
83dfae2a6d
Editing documentation for cloning
...
Clear a bit the section about timestamp (from @zalandoAlex)
2018-10-31 11:08:49 +01:00
zerg-junior
9f4a73afb7
Update operator_parameters.md ( #379 )
2018-09-24 15:43:22 +02:00
zerg-junior
7907f95d2f
Improve reporting about rolling updates ( #391 )
2018-09-24 11:57:43 +02:00
zerg-junior
f9cbed9be9
Clarify what a default values is ( #368 )
...
Clarify what a default values is
2018-09-17 10:12:58 +02:00