-
Notifications
You must be signed in to change notification settings - Fork 140
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 OneAgent command line arguments #4357
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## release-1.4 #4357 +/- ##
===============================================
+ Coverage 64.17% 64.19% +0.02%
===============================================
Files 401 401
Lines 26978 26999 +21
===============================================
+ Hits 17312 17333 +21
Misses 8299 8299
Partials 1367 1367
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@StefanHauth still linting is failing |
Description
Multiple occasions of command line arguments for OneAgent shall be avoided. Exceptions are only
--set-host-property
and--set-host-tag
. Host tags shall not be provided multiple times with the same value.How can this be tested?
Deploy a Dynakube with custom OneAgent arguments and make sure that the custom arguments take precedence in the OneAgent daemon set and that no duplications show up (besidd the exceptions)
JIRA