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