All Products
Search
Document Center

Container Service for Kubernetes:containerd_config

Last Updated:Apr 04, 2026

Parameter

Type

Description

Example

object

Configuration for the containerd runtime.

registryMirrors

array

A list of registry mirrors to accelerate image pulls.

string

The address of a registry mirror.

https://example.com

insecureRegistries

array

A list of insecure registries that skip TLS certificate verification.

string

The address of an insecure registry.

example.com

maxConcurrentDownloads

integer

The maximum number of concurrent image layer downloads.

ignoreImageDefinedVolume

boolean

Whether to ignore volumes defined in the image.

limitCore

integer

Maximum core dump size in bytes.

limitNoFile

integer

Maximum number of open file handles.

limitMemLock

integer

Maximum locked memory in bytes.