-
Notifications
You must be signed in to change notification settings - Fork 37
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
k8s pgpool/pgpool:4.2 error PGPOOL_PARAMS_BACKEND_HOSTNAME0 environment variable is not set, exiting #21
Comments
The error message shows
Sorry, this document is old. |
May I close this issue? |
I had the same issue following the tutorial, here is my YAML file:
I'll keep investigating here and share anything I learn about it. |
I solved the issue here.
I got it to work by changing
to
|
image: pgpool/pgpool:4.2
Error Logs
2022-09-16 15:07:53.940 ICTNo custom pgpool.conf detected. Use environment variables and default config.
Info
2022-09-16 15:07:53.943 ICTERROR: PGPOOL_PARAMS_BACKEND_HOSTNAME0 environment variable is not set, exiting...
Deployment and configmap follow from https://www.pgpool.net/docs/pgpool-II-4.2.3/en/html/example-kubernetes.html
The text was updated successfully, but these errors were encountered: