Merge pull request #48834 from javadoors/patch-31

fixed: update the default value of parameter maxParallelImagePulls
pull/48844/head
Kubernetes Prow Robot 2024-11-26 02:20:56 +00:00 committed by GitHub
commit e88709db0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1684,7 +1684,7 @@ Default: nil
<p>maxParallelImagePulls 设置并行拉取镜像的最大数量。
如果 serializeImagePulls 为 true则无法设置此字段。
把它设置为 nil 意味着没有限制。</p>
<p>默认值:true</p>
<p>默认值:nil</p>
</td>
</tr>
<tr><td><code>evictionHard</code><br/>