Skip to content

Commit 917be77

Browse files
authored
fixed: update the default value of parameter maxParallelImagePulls
fixed: update the default value of parameter maxParallelImagePulls
1 parent 7995d9c commit 917be77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/reference/config-api/kubelet-config.v1beta1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ Default: nil
16841684
<p>maxParallelImagePulls 设置并行拉取镜像的最大数量。
16851685
如果 serializeImagePulls 为 true,则无法设置此字段。
16861686
把它设置为 nil 意味着没有限制。</p>
1687-
<p>默认值:true</p>
1687+
<p>默认值:nil</p>
16881688
</td>
16891689
</tr>
16901690
<tr><td><code>evictionHard</code><br/>

0 commit comments

Comments
 (0)