spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.48k stars 355 forks source link

Unable to modify probes #692

Closed jonathon2nd closed 1 month ago

jonathon2nd commented 3 months ago

Expected behaviour

Modify the default livenessProbe for redis

Actual behaviour

Nothing happens when I attempt to use custom probes

Steps to reproduce the behaviour

Deploy the following under redis spec in RedisFailovers

    customLivenessProbe:
      exec:
        command:
          - sh
          - '-c'
          - >-
            redis-cli -h 127.0.0.1 -p 6379 ping --user pinger --pass
            pingpass --no-auth-warning

Environment

How are the pieces configured?

Logs

No operator logs that are useful.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 45 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 14 days since being marked as stale.