Capitalization changes.
This commit is contained in:
parent
54770fb5b9
commit
b8b9bb7828
|
|
@ -16,10 +16,10 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
|
||||||
### Operator features
|
### Operator features
|
||||||
|
|
||||||
* Rolling updates on Postgres cluster changes, incl. quick minor version updates
|
* Rolling updates on Postgres cluster changes, incl. quick minor version updates
|
||||||
* Volume resize without Pod restarts
|
* Live volume resize without pod restarts (AWS EBS, others pending)
|
||||||
* Database connection pooler with PGBouncer
|
* Database connection pooler with PGBouncer
|
||||||
* Restore and Cloning Postgres clusters (incl. major version upgrade)
|
* Restore and cloning Postgres clusters (incl. major version upgrade)
|
||||||
* Additionally logical backups to S3 Bucket can be configured
|
* Additionally logical backups to S3 bucket can be configured
|
||||||
* Standby cluster from S3 WAL archive
|
* Standby cluster from S3 WAL archive
|
||||||
* Configurable for non-cloud environments
|
* Configurable for non-cloud environments
|
||||||
* Basic credential and user management on K8s, eases application deployments
|
* Basic credential and user management on K8s, eases application deployments
|
||||||
|
|
@ -57,7 +57,7 @@ production for over two years.
|
||||||
For a quick first impression follow the instructions of this
|
For a quick first impression follow the instructions of this
|
||||||
[tutorial](docs/quickstart.md).
|
[tutorial](docs/quickstart.md).
|
||||||
|
|
||||||
## Supported setups of Postgres and Apps
|
## Supported setups of Postgres and Applications
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue