Update README.md (#133)

This commit is contained in:
Jan Mussler 2017-10-12 18:24:10 +02:00 committed by GitHub
parent 3b32265258
commit 959b483d11
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
The Postgres operator manages Postgres clusters in Kubernetes using the [operator pattern](https://coreos.com/blog/introducing-operators.html).
During the initial run it registers the [Custom Resource Definition (CRD)](https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions) for Postgres.
The Postgresql CRD is essentially the schema that describes the contents of the manifests for deploying individual Postgres clusters using Statefulsets and Patroni.
The Postgresql CRD is essentially the schema that describes the contents of the manifests for deploying individual Postgresql clusters using Statefulsets and Patroni.
Once the operator is running, it performs the following actions: