Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.05 KB

custom-containerd-config.md

File metadata and controls

18 lines (13 loc) · 1.05 KB
title
Custom containerd Configuration

Custom containerd Configuration

In case a Shoot cluster uses containerd, it is possible to make the containerd process load custom configuration files. Gardener initializes containerd with the following statement:

imports = ["/etc/containerd/conf.d/*.toml"]

This means that all *.toml files in the /etc/containerd/conf.d directory will be imported and merged with the default configuration. To prevent unintended configuration overwrites, please be aware that containerd merges config sections, not individual keys (see here and here). Please consult the upstream containerd documentation for more information.

⚠️ Note that this only applies to nodes which were newly created after gardener/[email protected] was deployed. Existing nodes are not affected.