containerd: always use config_path (#11755)

config_path was introduced in containerd 1.5.0, and registry.mirrors is
deprecated.

There is no reason to keep the old alternative, so just always use
config_path, and consequently remove the option.
This commit is contained in:
Max Gautier
2024-11-28 13:38:59 +01:00
committed by GitHub
parent f83471484d
commit a074596c2c
3 changed files with 0 additions and 16 deletions

View File

@@ -93,9 +93,6 @@ containerd_limit_core: "infinity"
containerd_limit_open_file_num: "infinity"
containerd_limit_mem_lock: "infinity"
# If enabled it will use config_path and config to be put in {{ containerd_cfg_dir }}/certs.d/
containerd_use_config_path: false
# OS distributions that already support containerd
containerd_supported_distributions:
- "CentOS"