Replies: 1 comment 5 replies
-
Just to clarify, are you thinking of adding a new setting for the ECS agent that can be configured via user data? Something like |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, looking at bottlerocket sources i have seen that a new ecs-agent configuration parameter, assuming that can be defined using json configuration, can by added changing the code in
sources/api/ecs-settings-applier/src/ecs.rs
(struct ECSConfig) or by using the environment variable filepackages/ecs-agent/ecs.config
.(for both method other files need to be changed too, but i want to focus on the method specific one)
Which is the preferred one ? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions