Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merged upstream changes from master
  • Loading branch information
ocaner-biz committed Feb 21, 2019
commit bd9e5a17e2325d196d78beefb29f9e477005e3db
5 changes: 5 additions & 0 deletions docs/administrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ data:
...
```

Note that the Kubernetes version 1.13 brings [taint-based eviction](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/#taint-based-evictions) to the beta stage and enables it by default.
Postgres pods by default receive tolerations for `unreachable` and `noExecute` taints with the timeout of `5m`.
Depending on your setup, you may want to adjust these parameters to prevent master pods from being evicted by the Kubernetes runtime.
To prevent eviction completely, specify the toleration by leaving out the `tolerationSeconds` value (similar to how Kubernetes' own DaemonSets are configured)

### Enable pod anti affinity

To ensure Postgres pods are running on different topologies, you can use [pod anti affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.