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
there is also a allow-from-same-namespace network policy, that allows all communication within namespace on any port.
What did you expect to see?
Redis Sentinel should be up.
What did you see instead?
dw-redis-sentinel-sentinel-0 keeps restarting with the following logs:
Setting up redis in standalone mode
Running without persistence mode
Running without TLS mode
ACL_MODE is not true, skipping ACL file modification
Starting redis service in standalone mode.....
1:C 21 Jan 2025 13:16:20.124 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 21 Jan 2025 13:16:20.124 # Redis version=6.2.17, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 21 Jan 2025 13:16:20.124 # Configuration loaded
1:M 21 Jan 2025 13:16:20.125 * monotonic clock: POSIX clock_gettime
1:M 21 Jan 2025 13:16:20.125 * Running mode=standalone, port=6379.
1:M 21 Jan 2025 13:16:20.125 # Server initialized
1:M 21 Jan 2025 13:16:20.125 * Ready to accept connections
1:signal-handler (1737465405) Received SIGTERM scheduling shutdown...
1:M 21 Jan 2025 13:16:45.582 # User requested shutdown...
1:M 21 Jan 2025 13:16:45.582 * Saving the final RDB snapshot before exiting.
1:M 21 Jan 2025 13:16:45.582 * DB saved on disk
1:M 21 Jan 2025 13:16:45.582 * Removing the pid file.
1:M 21 Jan 2025 13:16:45.582 # Redis is now ready to exit, bye bye...
Operator log is just spammed with
{"level":"info","ts":"2025-01-21T13:20:54Z","msg":"Secret key found in the secret","controller":"redisreplication","controllerGroup":"redis.redis.opstreelabs.in","controllerKind":"RedisReplication","RedisReplication":{"name":"dw-redis-sentinel-replication","namespace":"xxx-preprod"},"namespace":"xxx-preprod","name":"dw-redis-sentinel-replication","reconcileID":"f1e678cd-bb0b-4927-b6eb-856c2e0f407d","secretKey":"password"}
The text was updated successfully, but these errors were encountered:
What version of redis operator are you using?
redis-operator version: v0.19.0 / helm chart v0.19.1
What operating system and processor architecture are you using (
kubectl version
)?OpenShift v4.16.8, Kubernetes v1.29.7
What did you do?
there is also a allow-from-same-namespace network policy, that allows all communication within namespace on any port.
What did you expect to see?
Redis Sentinel should be up.
What did you see instead?
dw-redis-sentinel-sentinel-0
keeps restarting with the following logs:Operator log is just spammed with
The text was updated successfully, but these errors were encountered: