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

[BUG?] Redis image support IPv6 #788

Open
git-hyagi opened this issue Nov 18, 2022 · 1 comment
Open

[BUG?] Redis image support IPv6 #788

git-hyagi opened this issue Nov 18, 2022 · 1 comment
Labels
bug Something isn't working go-alpha Go-based operator issues

Comments

@git-hyagi
Copy link
Collaborator

Describe the bug
We are setting an IPv4 address for Redis liveness and readiness probes:

"redis-cli -h 127.0.0.1 -p 6379",

"redis-cli -h 127.0.0.1 -p 6379",

We should validate if this could have issues in environments with only IPv6 enabled.
We would also need to check if the image supports IPv6.

To Reproduce
I didn't reproduce this error, this issue needs more investigation.

@git-hyagi git-hyagi added bug Something isn't working Triage-Needed go-alpha Go-based operator issues labels Nov 18, 2022
@fao89
Copy link
Member

fao89 commented Nov 18, 2022

it seems redis-cli -h 127.0.0.1 does some magic and works even for IPv6,
but the redis itself doesn't seem to be good with IPv6
redis/redis#3076
redis/redis#2511 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working go-alpha Go-based operator issues
Projects
None yet
Development

No branches or pull requests

3 participants