Bottlerocket docker default LOGGING DRIVER #1929
Replies: 3 comments 1 reply
-
Thanks for reaching out, @mbaciu-gpsw! The |
Beta Was this translation helpful? Give feedback.
-
Hi @jpculp , my use case relates to gradually shifting from Amazon Linux to Bottlerecket instances for ECS workloads (EKS will follow). We'd like to make the transition as smooth as possible, with as little changes to workloads as possible. Thanks for your help and please let me know if there's any other information I can provide. |
Beta Was this translation helpful? Give feedback.
-
@mbaciu-gpsw, thanks for the follow-up! We're going to have to look into this a little bit more. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Context: Bottlerocket instances in AWS ECS clusters.
I was wondering if there's a way to configure the default docker logging driver. This seems to be set to
journald
now (I'm looking at an instance started from the latest image).I'm trying to change it to
json-file
.What I tried:
in user data
apiclient set
to altersettings.ecs.logging-drivers
None of the above seem to impact the docker daemon running config.
I know I can always change the
task definition
logging-driver
part of ECS services tojson-file
(now it's empty, i.e. "use default driver"), but that is suboptimal for a large number of services, so I don't want to go there yet.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions