We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Modify the default livenessProbe for redis
Nothing happens when I attempt to use custom probes
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
How are the pieces configured?
No operator logs that are useful.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 45 days with no activity.
Sorry, something went wrong.
This issue was closed because it has been inactive for 14 days since being marked as stale.
No branches or pull requests
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
Environment
How are the pieces configured?
Logs
No operator logs that are useful.
The text was updated successfully, but these errors were encountered: