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

Only open the necessary ports on each worker #106

Open
PietroPasotti opened this issue Jan 31, 2025 · 0 comments
Open

Only open the necessary ports on each worker #106

PietroPasotti opened this issue Jan 31, 2025 · 0 comments

Comments

@PietroPasotti
Copy link
Contributor

Enhancement Proposal

Right now each worker is hardcoded to open all possible ports:

self.unit.set_ports(3200, 4317, 4318, 9411, 14268, 7946, 9096, 14250)

instead, we should let the coordinator decide depending on their role, which port should be opened on each unit and pass it to them via relation data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant