-
Notifications
You must be signed in to change notification settings - Fork 37
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 boot mode for raven agent #135
Conversation
River-sh
commented
Oct 9, 2023
•
edited
Loading
edited
- raven agent container can not get args configured in yaml if using shell (raven.sh)
- rename component name for edge-hub to persist informer cache
Codecov Report
@@ Coverage Diff @@
## main #135 +/- ##
=======================================
Coverage 42.69% 42.69%
=======================================
Files 7 7
Lines 1089 1089
=======================================
Hits 465 465
Misses 534 534
Partials 90 90
Flags with carried forward coverage won't be shown. Click here to find out more. |
26a7b0f
to
ef681af
Compare
Can you describe the background of the modification? |
ef681af
to
7886616
Compare
|
ENTRYPOINT raven.sh | ||
ENTRYPOINT ["/usr/local/bin/raven-agent-ds"] |
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.
how to pass args to raven-agent-ds
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.
how to pass args to raven-agent-ds
args is automatically appended to this command “/usr/local/bin/raven-agent-ds”
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.
args cannot be passed in boot commands if ENTRYPOINT executes script
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.
append it in yaml/helm template?
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.
ok
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.
ENTRYPOINT raven.sh
afaik this line ^ will be ignored?