mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Typo fix in stable/redis-ha/README.md (#4173)
* add version for redis-ha * Update README.md two typo errors
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user