You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<imgsrc="docs/diagrams/logo.png"width="200">
8
8
9
9
The Postgres Operator delivers an easy to run highly-available [PostgreSQL](https://www.postgresql.org/)
10
-
clusters on Kubernetes (K8s) powered by [Patroni](https://github.com/zalando/spilo).
10
+
clusters on Kubernetes (K8s) powered by [Patroni](https://github.com/zalando/patroni).
11
11
It is configured only through Postgres manifests (CRDs) to ease integration into automated CI/CD
12
12
pipelines with no access to Kubernetes API directly, promoting infrastructure as code vs manual operations.
13
13
@@ -24,7 +24,7 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
24
24
* Support for custom TLS certificates
25
25
* UI to create and edit Postgres cluster manifests
26
26
* Works well on Amazon AWS, Google Cloud, OpenShift and locally on Kind
27
-
*Base support for AWS EBS gp3 migration (iops, throughput pending)
27
+
*Support for AWS EBS gp3 migration
28
28
29
29
### PostgreSQL features
30
30
@@ -65,7 +65,7 @@ We introduce the major version into the backup path to smoothen the [major versi
65
65
The new operator configuration can set a compatibility flag *enable_spilo_wal_path_compat* to make Spilo look for wal segments in the current path but also old format paths.
66
66
This comes at potential performance costs and should be disabled after a few days.
67
67
68
-
The new Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p2`
68
+
The newest Spilo 13 image is: `registry.opensource.zalan.do/acid/spilo-13:2.0-p4`
69
69
70
70
The last Spilo 12 image is: `registry.opensource.zalan.do/acid/spilo-12:1.6-p5`
0 commit comments