You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/administrator.md
+6
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,11 @@ data:
146
146
...
147
147
```
148
148
149
+
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.
150
+
Postgres pods by default receive tolerations for `unreachable` and `noExecute` taints with the timeout of `5m`.
151
+
Depending on your setup, you may want to adjust these parameters to prevent master pods from being evicted by the Kubernetes runtime.
152
+
To prevent eviction completely, specify the toleration by leaving out the `tolerationSeconds` value (similar to how Kubernetes' own DaemonSets are configured)
153
+
149
154
### Add cluster-specific labels
150
155
151
156
In some cases, you might want to add `labels` that are specific to a given
@@ -197,6 +202,7 @@ spec:
197
202
...
198
203
```
199
204
205
+
200
206
## Custom Pod Environment Variables
201
207
202
208
It is possible to configure a ConfigMap which is used by the Postgres pods as
0 commit comments