Skip to content
Snippets Groups Projects
Unverified Commit e3fbab97 authored by Sergey Dudoladov's avatar Sergey Dudoladov Committed by GitHub
Browse files

Address review comments

Address review comments
parent 618d4cd1
No related branches found
No related tags found
No related merge requests found
......@@ -148,8 +148,8 @@ 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 you setup, you may want to adjust these parameters to prevent master pods from being evicted by Kubernetes runtime.
To prevent eviction completely, specify the toleration without specifying the `tolerationSeconds` value (similar to how Kubernetes own DaemonSets are configured)
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)
### Add cluster-specific labels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment