Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to modify probes #692

Closed
jonathon2nd opened this issue Apr 4, 2024 · 2 comments
Closed

Unable to modify probes #692

jonathon2nd opened this issue Apr 4, 2024 · 2 comments
Labels

Comments

@jonathon2nd
Copy link

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?

  • Redis Operator version: 3.2.9
  • Kubernetes version: v1.26.13+rke2r1

Logs

No operator logs that are useful.

Copy link

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

@github-actions github-actions bot added the stale label May 20, 2024
Copy link

github-actions bot commented Jun 3, 2024

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant