-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[bitnami/redis] lots of ssl errors in pod logs when enable tls for redis sentinel deployment #5612
Comments
|
Hi @shenqinb-star, we supposedly implemented a fix for this in #3061, however, running a Since you found the issue, it would be awesome if you wanted to contribute with a fix for this change. In principle you would only need to add the |
Hi @marcosbc, thanks for your replay. I'm happy to contribute a fix. currently the change should be made in the template/configmap-scripts.yaml, am I right? |
Hi @marcosbc, I did following fix in my laptop, but I still got the ssl errors, Am I miss something? |
after reading templates/configmap-scripts.yaml, it only run start-node.sh and start-sentinel.sh when set cluster.enabled =true and sentinel.enabled=true. start-master.sh doesn't take effect. |
@shenqinb-star You seem to be right, I forgot to enable If you run |
@marcosbc I checked, Yes, both start-node.sh and start-sentinel.sh has |
since the error occurs every 1 second, I guess the potential cause is Redis use non-tls for heartbeat health checking. the command like |
hi @marcosbc , any thoughts about this issue? |
Hi @shenqinb-star, note that you can see if the Right now I have no idea what may be causing this. The For now, I have created an internal task for looking into this, but unfortunately I cannot give an ETA for when we will start looking into this. If you happen to find a solution, feel free to send a PR, we'd be happy to help with releasing a new chart with those changes. Also cc/ @javsalgar in case he has any idea of where to start looking. |
hi @marcosbc, thanks for your help, please let me know if you have any updates. |
Unfortunately, this issue was created a long time ago and although there is an internal task to fix it, it was not prioritized as something to address in the short/mid term. It's not a technical reason but something related to the capacity since we're a small team. Being said that, contributions via PRs are more than welcome in both repositories (containers and charts). Just in case you would like to contribute. During this time, there are several releases of this asset and it's possible the issue has gone as part of other changes. If that's not the case and you are still experiencing this issue, please feel free to reopen it and we will re-evaluate it. |
I'm facing this issue! |
Which chart:
bitnami/redis:12.7.6
Chart values:


sentinel enabled:
tls enabled:
Describe the bug

After deploying redis sentinel with tls enabled into K8s, I got a lot of ssl errors in pod logs via running
kubectl logs redis-sentinel-node-0 redis
. this error occurs every second. But the redis works well when I use redis cli to connect.The text was updated successfully, but these errors were encountered: