Skip to content

Commit 30e5a74

Browse files
committed
[RayCluster][Chore] add comments for redis-password if gcsFaultToleranceOptions.redisPassword is set
Signed-off-by: fscnick <[email protected]>
1 parent 21a0659 commit 30e5a74

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

apiserver/test/cluster/cluster_external_redis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
num-cpus: "0"
2121
# redis-password should match "requirepass" in redis.conf in the ConfigMap above.
2222
# Ray 2.3.0 changes the default redis password from "5241590000000000" to "".
23+
# If gcsFaultToleranceOptions.redisPassword is set, it will override this value to $REDIS_PASSWORD.
2324
redis-password: $REDIS_PASSWORD
2425
# Pod template
2526
template:

ray-operator/config/samples/ray-cluster.external-redis-uri.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
num-cpus: "0"
2121
# redis-password should match "requirepass" in redis.conf in the ConfigMap above.
2222
# Ray 2.3.0 changes the default redis password from "5241590000000000" to "".
23+
# If gcsFaultToleranceOptions.redisPassword is set, it will override this value to $REDIS_PASSWORD.
2324
redis-password: $REDIS_PASSWORD
2425
# Pod template
2526
template:

ray-operator/config/samples/ray-cluster.external-redis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
num-cpus: "0"
2121
# redis-password should match "requirepass" in redis.conf in the ConfigMap above.
2222
# Ray 2.3.0 changes the default redis password from "5241590000000000" to "".
23+
# If gcsFaultToleranceOptions.redisPassword is set, it will override this value to $REDIS_PASSWORD.
2324
redis-password: $REDIS_PASSWORD
2425
# Pod template
2526
template:

ray-operator/config/samples/ray-service.high-availability.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ spec:
4747
headGroupSpec:
4848
rayStartParams:
4949
num-cpus: "0"
50+
# If gcsFaultToleranceOptions.redisPassword is set, it will override this value to $REDIS_PASSWORD.
5051
redis-password: $REDIS_PASSWORD
5152
#pod template
5253
template:

0 commit comments

Comments
 (0)