[bitnami/redis] Failed to connect replica when disabling external redis/sentinel access. #16946
Labels
on-hold
Issues or Pull Requests with this label will never be considered stale
redis
tech-issues
The user has a technical issue about an application
Name and Version
bitnami/redis 17.11.3
What architecture are you using?
amd64
What steps will reproduce the bug?
Install helm chart with exposing redis/sentinel outside the cluster and then disable external access.
For a correct migration from external access to internal access, for some time I can’t delete external services with the NodePort type, so that the already recreated internal replica can connect to it, but at the same time, inside the startup scripts in the get_port function, the port is being installed from ENV variable (example: REDIS_MASTER_NODE_0_SERVICE_PORT_REDIS=30311) because external service exist.
Are you using any custom parameters or values?
Enable external access:
Disable external access:
What is the expected behavior?
After disable external access
Logs:
Conf file:
What do you see instead?
instead of:
use:
I'll do a PR
Additional information
No response
The text was updated successfully, but these errors were encountered: