You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readinessProbe doesn't have this issue, as it execute a script from a ConfigMap and the use of -a $REDIS_PASSWORD} in #235 . It'd be nice to have a way to modify these probes, similar to how you can modify the shutdown script.
Issue 2
AUTH is not configured on rfs pods, and has similar challenges with readinessProbe and livenessProbe not attempting to authenticate:
It'd be nice to have a way to modify these probes, similar to how you can modify the shutdown script.
Steps to reproduce the behaviour
Redis docker image which enforces protected-mode yes
Create a k8s Secret with a password field to use as the password for AUTH
Enable auth in the RedisFailover CRD
Environment
Redis Operator version = 1.1.1
Kubernetes version = 1.21
Kubernetes configuration used (eg: Is RBAC active?)
Logs
The Operator is running fine, it's just that it never configures AUTH on the probes for Redis and Sentinel, so k8s will continually think the Pods are not available.
The text was updated successfully, but these errors were encountered:
Expected behaviour
Enable AUTH for Redis and Sentinel via :
Actual behaviour
Issue 1
AUTH is configured on
rfr
pods, but thelivenessProbe
fails because it's not attempting to authenticate:The
readinessProbe
doesn't have this issue, as it execute a script from a ConfigMap and the use of-a $REDIS_PASSWORD}
in #235 . It'd be nice to have a way to modify these probes, similar to how you can modify theshutdown
script.Issue 2
AUTH is not configured on
rfs
pods, and has similar challenges withreadinessProbe
andlivenessProbe
not attempting to authenticate:It'd be nice to have a way to modify these probes, similar to how you can modify the
shutdown
script.Steps to reproduce the behaviour
protected-mode yes
password
field to use as the password for AUTHEnvironment
Logs
The Operator is running fine, it's just that it never configures AUTH on the probes for Redis and Sentinel, so k8s will continually think the Pods are not available.
The text was updated successfully, but these errors were encountered: