Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Conversation

@vlsi
Copy link

@vlsi vlsi commented Oct 7, 2025

Previously, LISTEN_ADDR was set to hostname -i which might return multiple ip addresses separated with space, which is not compatible with cases like ${LISTEN_ADDR}:5432

When listen on all the addresses is needed, we'd better use *:5432

Previously, LISTEN_ADDR was set to hostname -i which might return
multiple ip addresses separated with space, which is not compatible with
cases like ${LISTEN_ADDR}:5432

When listen on all the addresses is needed, we'd better use *:5432
@vlsi
Copy link
Author

vlsi commented Oct 7, 2025

It might be better to remove the variable LISTEN_ADDR so it is not accidentally used somewhere else since having a static * does not look helpful.

@vlsi
Copy link
Author

vlsi commented Oct 7, 2025

Closing in favour of #33.

Here's a PR for the removal of LISTEN_ADDR usages: Netcracker/pgskipper-operator#103

@vlsi vlsi closed this Oct 7, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Oct 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant