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: bitnami/redis/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ The command removes all the Kubernetes components associated with the chart and
353
353
|`sentinel.annotations`| Additional custom annotations for Redis® Sentinel resource |`{}`|
354
354
|`sentinel.masterSet`| Master set name |`mymaster`|
355
355
|`sentinel.quorum`| Sentinel Quorum |`2`|
356
-
|`sentinel.getMasterTimeout`| Amount of time to allow before get_sentinel_master_info() times out. |`200`|
356
+
|`sentinel.getMasterTimeout`| Amount of time to allow before get_sentinel_master_info() times out. |`99`|
357
357
|`sentinel.automateClusterRecovery`| Automate cluster recovery in cases where the last replica is not considered a good replica and Sentinel won't automatically failover to it. |`false`|
358
358
|`sentinel.redisShutdownWaitFailover`| Whether the Redis® master container waits for the failover at shutdown (in addition to the Redis® Sentinel container). |`true`|
359
359
|`sentinel.downAfterMilliseconds`| Timeout for detecting a Redis® node is down |`60000`|
Copy file name to clipboardexpand all lines: bitnami/redis/values.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1059,7 +1059,7 @@ sentinel:
1059
1059
quorum: 2
1060
1060
## @param sentinel.getMasterTimeout Amount of time to allow before get_sentinel_master_info() times out.
1061
1061
##
1062
-
getMasterTimeout: 200
1062
+
getMasterTimeout: 99
1063
1063
## @param sentinel.automateClusterRecovery Automate cluster recovery in cases where the last replica is not considered a good replica and Sentinel won't automatically failover to it.
1064
1064
## This also prevents any new replica from starting until the last remaining replica is elected as master to guarantee that it is the one to be elected by Sentinel, and not a newly started replica with no data.
1065
1065
## NOTE: This feature requires a "downAfterMilliseconds" value less or equal to 2000.
0 commit comments