-
Notifications
You must be signed in to change notification settings - Fork 76
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
Host agent changes #564
Host agent changes #564
Conversation
Codecov Report
@@ Coverage Diff @@
## main #564 +/- ##
==========================================
+ Coverage 67.60% 67.86% +0.25%
==========================================
Files 28 28
Lines 2380 2452 +72
==========================================
+ Hits 1609 1664 +55
- Misses 667 680 +13
- Partials 104 108 +4
|
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.
some nits
Co-authored-by: Dharmjit Singh <[email protected]>
Co-authored-by: Dharmjit Singh <[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 👍
@anusha94 Please review and approve the PR |
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. Thank you for the changes 🎉
What this PR does / why we need it:
The host agent changes for executing install and uninstall script when
--useinstallercontroller
flag is set when running the host-agent binary.Which issue(s) this PR fixes:
Fixes #563