Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
postgres-operator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
zalando
postgres-operator
Commits
86f87ac3
Commit
86f87ac3
authored
May 31, 2018
by
erthalion
Browse files
Options
Downloads
Patches
Plain Diff
Add links to subdocuments
parent
749085b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-5
10 additions, 5 deletions
README.md
with
10 additions
and
5 deletions
README.md
+
10
−
5
View file @
86f87ac3
...
@@ -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
clust
er
s
i
f necessary. For instance, if a pod docker image is changed, the
dock
er i
mage is changed, the operator carries out the rolling update. That
operator
carries out the rolling update. That is, the operator re-spawn
s
is, the
operator
re-spawns one-by-one pods of each StatefulSet it manage
s
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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment