|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Configuration for the containerd runtime. |
||
| registryMirrors |
array |
Configuration for registry mirrors. |
|
|
string |
The URL of a registry mirror. |
https://example.com |
|
| insecureRegistries |
array |
A list of image registries for which to skip TLS certificate verification. |
|
|
string |
The address of an insecure image registry. |
example.com |
|
| maxConcurrentDownloads |
integer |
The maximum number of concurrent image downloads. |
|
| ignoreImageDefinedVolume |
boolean |
Specifies whether to ignore image-defined volumes. |
|
| limitCore |
integer |
The coredump size limit. |
|
| limitNoFile |
integer |
The maximum number of file descriptors. |
|
| limitMemLock |
integer |
The maximum memory lock size. |