Describe the bug
after startup the sentinal pod is stuck at 100% CPU
To Reproduce
perform a rolling update
Expected behavior
lower CPU usage
Additional context
Can be fixed manually with this command on the sentinel pod
redis-cli -p 26379 sentinel reset mymaster
Linked Issues
argoproj/argo-cd#24064
redis/redis#9956