-
Notifications
You must be signed in to change notification settings - Fork 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
agent: validate reserved_ports are valid #11830
Conversation
eddbfcd
to
a92d600
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Minor comments on output values, but not blockers 👍
Goal is to fix at least one of the causes that can cause a node to be ineligible to receive work: #9506 (comment)
a92d600
to
12d21aa
Compare
agent: validate reserved_ports are valid
agent: validate reserved_ports are valid
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Minimal alternative to #11819. I think the more drastic changes in the other PR should wait until 1.3.
Goal is to fix at least one of the causes that can cause a node to be
ineligible to receive work:
#9506 (comment)