Skip to content
Snippets Groups Projects
Commit 86f87ac3 authored by erthalion's avatar erthalion
Browse files

Add links to subdocuments

parent 749085b2
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,11 @@ manages PostgreSQL clusters on Kubernetes: ...@@ -17,11 +17,11 @@ manages PostgreSQL clusters on Kubernetes:
[Postgres cluster manifest](manifests/complete-postgres-manifest.yaml) [Postgres cluster manifest](manifests/complete-postgres-manifest.yaml)
for settings that a manifest may contain. for settings that a manifest may contain.
2. The operator also watches updates to [its own 2. The operator also watches updates to [its own configuration](manifests/configmap.yaml)
configuration](manifests/configmap.yaml) and alters running Postgres and alters running Postgres clusters if necessary. For instance, if a pod
clusters if necessary. For instance, if a pod docker image is changed, the docker image is changed, the operator carries out the rolling update. That
operator carries out the rolling update. That is, the operator re-spawns is, the operator re-spawns one-by-one pods of each StatefulSet it manages
one-by-one pods of each StatefulSet it manages with the new Docker image. with the new Docker image.
3. Finally, the operator periodically synchronizes the actual state of each 3. Finally, the operator periodically synchronizes the actual state of each
Postgres cluster with the desired state defined in the cluster's manifest. Postgres cluster with the desired state defined in the cluster's manifest.
...@@ -70,4 +70,9 @@ Minikube is a tool to run Kubernetes cluster locally. ...@@ -70,4 +70,9 @@ Minikube is a tool to run Kubernetes cluster locally.
The operator can be configured with the provided ConfigMap (`manifests/configmap.yaml`). The operator can be configured with the provided ConfigMap (`manifests/configmap.yaml`).
## Table of contents
* [concepts](docs/concepts.md)
* [tutorials](docs/tutorials.md)
* [howtos](docs/howtos.md)
* [reference](docs/reference.md)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment