-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
pgpool redirects traffic to a slave #28222
Comments
The issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a specific scenario that is not easy to reproduce on our side. If you think that's not the case and are interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance. Suppose you have any questions about the application, customizing its content, or technology and infrastructure usage. In that case, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology. With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights. |
It could be related to #23219 |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Duplicate of #23219 |
Name and Version
bitnami/postgresql-ha:14.2.12
What architecture are you using?
amd64
What steps will reproduce the bug?
helm install my-release oci://registry-1.docker.io/bitnamicharts/postgresql-ha -f value.yaml
once the pods are all green I wait another 2 minutes and then I kill the postgresql-0 pod
I check that the switch is done correctly:
Are you using any custom parameters or values?
and
What is the expected behavior?
if I but a pgadmin or I install keycloak it should be able to connect and have write rights
What do you see instead?
when I connect to the postgresql database via pgadmin it does not show me my replication servers.
the pgpool seems to redirect traffic to a slave server and not the master.
and the base and read-only
Additional information
cluster show:
kubectl describe pgpool:
netstat -an in pgpool:
log pgpool:
pgpool.log
The text was updated successfully, but these errors were encountered: