We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement Proposal
Right now each worker is hardcoded to open all possible ports:
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.
The text was updated successfully, but these errors were encountered: