From a726ae94017a65da86b0766c03fd81cf3aefc6a9 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 16 Mar 2018 20:14:23 +0800 Subject: [PATCH] Typo fix in stable/redis-ha/README.md (#4173) * add version for redis-ha * Update README.md two typo errors --- stable/redis-ha/Chart.yaml | 2 +- stable/redis-ha/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index eecb68c2b8..576f7275e0 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 2.1.0 +version: 2.1.1 appVersion: 4.0.8-r0 description: Highly available Redis cluster with multiple sentinels and standbys. icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/stable/redis-ha/README.md b/stable/redis-ha/README.md index 8c75d2d0fa..40f0a97923 100644 --- a/stable/redis-ha/README.md +++ b/stable/redis-ha/README.md @@ -56,7 +56,7 @@ $ helm install \ ## Configuration -The following tables lists the configurable parameters of the Redis chart and their default values. +The following table lists the configurable parameters of the Redis chart and their default values. | Parameter | Description | Default | | -------------------------------- | ----------------------------------------------------- | --------------------------------------------------------- | @@ -104,7 +104,7 @@ can be seen through. The redis-role=master pod is the key for the cluster to get started. Sentinels will wait for it to appear in the LB before they finish launching. All other pods wait for the Sentinels to ID the master. Running Pods also set the labels podIP and runID. runID is the first few characters of the unique run_id value -generated by each Redis sever. +generated by each Redis server. During normal operation, there should be only one redis-role=master pod. If it fails, the Sentinels will nominate a new master and change all the redis-role values appropriately.