-
Notifications
You must be signed in to change notification settings - Fork 486
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
fix: partial docker syncTargets #5798
Conversation
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!
Can you add this as a bug fix entry to CHANGELOG.md before we merge?
syncTargets for docker is called within a loop which leads to an incomplete targets slice to be sent to the manager. Moving the syncTargets after the loop ensures that always all targets are correctly registered.
Signed-off-by: Paschalis Tsilias <[email protected]>
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! FYI @FerdinandvHagen I've rebased with main to avoid conflicts with the changelog and added a new bugfix entry.
Thanks for your contribution!
Signed-off-by: Paschalis Tsilias <[email protected]>
Thank you @tpaschalis - my pleasure. |
* fix: partial docker syncTargets syncTargets for docker is called within a loop which leads to an incomplete targets slice to be sent to the manager. Moving the syncTargets after the loop ensures that always all targets are correctly registered. --------- Co-authored-by: Paschalis Tsilias <[email protected]>
syncTargets for docker is called within a loop which leads to an incomplete targets slice to be sent to the manager.
Moving the syncTargets after the loop ensures that always all targets are correctly registered.
PR Description
Which issue(s) this PR fixes
Fixes #5797
Notes to the Reviewer
PR Checklist