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
Pods fail to start. See the logs of e.g. redis-node-0 sentinel pod. Includes errors like:
Could not connect to Redis at redis.default.svc.cluster.local:26379: Connection refused
Failed to resolve hostname 'redis-node-1.redis-headless.default.svc.cluster.local'
Full redis-node-0 sentinel pod logs:
08:00:14.23 INFO ==> about to run the command: REDISCLI_AUTH=$REDIS_PASSWORD timeout 90 redis-cli -h redis.default.svc.cluster.local -p 26379 sentinel get-master-addr-by-name mymaster │ ││
│ Could not connect to Redis at redis.default.svc.cluster.local:26379: Connection refused │ ││
│ Could not connect to Redis at redis.default.svc.cluster.local:26379: Connection refused │ ││
│ 1:X 22 Nov 2024 08:00:24.435 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo │ ││
│ 1:X 22 Nov 2024 08:00:24.435 * Redis version=7.4.1, bits=64, commit=00000000, modified=1, pid=1, just started │ ││
│ 1:X 22 Nov 2024 08:00:24.435 * Configuration loaded │ ││
│ 1:X 22 Nov 2024 08:00:24.435 * monotonic clock: POSIX clock_gettime │ ││
│ 1:X 22 Nov 2024 08:00:24.437 * Running mode=sentinel, port=26379. │ ││
│ 1:X 22 Nov 2024 08:00:24.437 * Sentinel ID is 2a09ba7abbb41ee71e79087310d75f9809c3c815 │ ││
│ 1:X 22 Nov 2024 08:00:24.437 # +monitor master mymaster redis-node-0.redis-headless.default.svc.cluster.local 6379 quorum 2 │ ││
│ 1:X 22 Nov 2024 08:00:51.518 # Failed to resolve hostname 'redis-node-1.redis-headless.default.svc.cluster.local' │ ││
│ 1:X 22 Nov 2024 08:00:54.591 * +sentinel sentinel 33535e4e17bf8f9f9ff9ce8f9ddf609e558ff4f2 redis-node-1.redis-headless.default.svc.cluster.local 26379 @ mymaster redis-node-0.redis-headless.default.svc.cluster.local 6379 │ ││
│ 1:X 22 Nov 2024 08:00:54.593 * Sentinel new configuration saved on disk │ ││
│ 1:X 22 Nov 2024 08:00:54.594 # +tilt #tilt mode entered │ ││
│ 1:X 22 Nov 2024 08:00:54.594 # waitpid() returned a pid (98) we can't find in our scripts execution queue! │ ││
│ 1:X 22 Nov 2024 08:00:54.594 # waitpid() returned a pid (114) we can't find in our scripts execution queue! │ ││
│ 1:X 22 Nov 2024 08:01:00.735 # Failed to resolve hostname 'redis-node-1.redis-headless.default.svc.cluster.local' │ ││
│ 1:X 22 Nov 2024 08:01:13.022 # Failed to resolve hostname 'redis-node-1.redis-headless.default.svc.cluster.local' │ ││
│ 1:X 22 Nov 2024 08:01:34.525 # Failed to resolve hostname 'redis-node-1.redis-headless.default.svc.cluster.local'
Considerations
I've also tried deploying it to AWS EKS cluster, but got the same result.
Are you using any custom parameters or values?
--set sentinel.enabled=true
What is the expected behavior?
Redis Sentinel starts without failure.
What do you see instead?
Erroring and restarting Redis Sentinel pods.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Name and Version
bitnami/redis 20.3.0
What architecture are you using?
None
What steps will reproduce the bug?
redis-node-0
sentinel pod. Includes errors like:Full
redis-node-0
sentinel pod logs:Considerations
I've also tried deploying it to AWS EKS cluster, but got the same result.
Are you using any custom parameters or values?
--set sentinel.enabled=true
What is the expected behavior?
Redis Sentinel starts without failure.
What do you see instead?
Erroring and restarting Redis Sentinel pods.
Additional information
No response
The text was updated successfully, but these errors were encountered: