Hello
My Redis cluster doesn't start when I execute redis-server /data/redis.conf --daemonize It restarts many times and at the end : I got the error readiness probe error But, when I execute: redis-server /data/redis.conf (without the option daemonize) It's working, but I cannot execute any command after the redis-server command For info, I'm executing those commands from the statefulSet file Do you have any idea on how to fix this problem ?
Asmaa
Comment From: oranagra
try defining a log file in the config file and see if you can find any hints of an error. also, you say "it restarts many times", who's restarting it and why?