From cce72d356807c30dc0ec96b0603cc78008cc8b7b Mon Sep 17 00:00:00 2001 From: wowsel Date: Fri, 22 Feb 2019 13:30:24 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a0a8e9d..ad4bcf247 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ In order to have persistance, a PersistentVolumeClaim usage is allowed. The full **IMPORTANT**: By default, the persistent volume claims will be deleted when the Redis Failover is. If this is not the expected usage, a `keepAfterDeletion` flag can be added under the `storage` section of Redis. [An example is given](example/redisfailover/persistant-storage-no-pvc-deletion.yaml). ### NodeAffinity and Tolerations -You can use NodeAffinity and Tolerations for deploy redis to isolation nodes, like production. +You can use NodeAffinity and Tolerations to deploy Pods to isolated groups of Nodes Example: ```yaml