You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customization of containerd settings requires copying the config file and overwriting the unit
Impact
Bad UX, potentially missing updates for the copied parts
Ideal future situation
Define containerd drop-in config directory in the base config and propose it upstream, too.
Implementation options
In the upstream docs there is this example: imports = ["/etc/containerd/runtime_*.toml" ]
Maybe /etc/containerd/conf.d/*.toml is better?
Anyway if supported upstream this should be done by default (implicit content of the configuration, not required to be on disk?)
Additional information
The text was updated successfully, but these errors were encountered:
Current situation
Customization of containerd settings requires copying the config file and overwriting the unit
Impact
Bad UX, potentially missing updates for the copied parts
Ideal future situation
Define containerd drop-in config directory in the base config and propose it upstream, too.
Implementation options
In the upstream docs there is this example:
imports = ["/etc/containerd/runtime_*.toml" ]
Maybe
/etc/containerd/conf.d/*.toml
is better?Anyway if supported upstream this should be done by default (implicit content of the configuration, not required to be on disk?)
Additional information
The text was updated successfully, but these errors were encountered: