Commit fe3e9c8
docs: add explicit warning for redis single replica configuration (#382)
* docs: add explicit warning for redis single replica configuration
When using redis-ha with a single replica (replicas: 1), Redis requires
min-replicas-to-write to be set to 0, otherwise write operations fail
with 'NOREPLICAS Not enough good replicas to write' error.
This change adds an explicit IMPORTANT note in the values.yaml
documentation, positioned immediately after the replicas setting to
make the requirement clear to users.
This configuration is already used in the CI tests
(helm/oauth2-proxy/ci/redis-standalone-values.yaml:29) and is
documented in the Redis documentation.
Supersedes #359
Signed-off-by: Pierluigi Lenoci <[email protected]>
* Bump oauth2-proxy version to 10.0.2
Signed-off-by: Pierluigi Lenoci <[email protected]>
* docs: remove release for a pure documentation change
Signed-off-by: Jan Larwig <[email protected]>
---------
Signed-off-by: Pierluigi Lenoci <[email protected]>
Signed-off-by: Jan Larwig <[email protected]>
Co-authored-by: Jan Larwig <[email protected]>1 parent 6972e57 commit fe3e9c8
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
507 | 515 | | |
508 | 516 | | |
509 | 517 | | |
| |||
0 commit comments