File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
content/zh-cn/docs/reference/config-api Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -1060,10 +1060,25 @@ AttachDetachControllerConfiguration 包含描述 AttachDetachController 的元
1060
1060
<p >
1061
1061
<!--
1062
1062
ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop
1063
- wait between successive executions. Is set to 5 sec by default.
1063
+ wait between successive executions. Is set to 60 sec by default.
1064
1064
-->
1065
1065
ReconcilerSyncLoopPeriod 是调和器在连续执行同步状态的循环间,所等待的时间量。
1066
- 默认为 5 秒。
1066
+ 默认为 60 秒。
1067
+ </p >
1068
+ </td >
1069
+ </tr >
1070
+ <tr ><td ><code >disableForceDetachOnTimeout</code > <B ><!-- [Required]--> [必需]</B ><br />
1071
+ <code >bool</code >
1072
+ </td >
1073
+ <td >
1074
+ <p >
1075
+ <!--
1076
+ DisableForceDetachOnTimeout disables force detach when the maximum unmount
1077
+ time is exceeded. Is false by default, and thus force detach on unmount is
1078
+ enabled.
1079
+ -->
1080
+ 当超过最大卸载时间时,DisableForceDetachOnTimeout 将禁用强制分离。
1081
+ 默认情况下为 false,因此启用卸载时强制分离。
1067
1082
</p >
1068
1083
</td >
1069
1084
</tr >
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ NodeAffinityArgs holds arguments to configure the NodeAffinity plugin.
542
542
<tr ><td ><code >kind</code ><br />string</td ><td ><code >NodeAffinityArgs</code ></td ></tr >
543
543
544
544
<tr ><td ><code >addedAffinity</code ><br />
545
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#nodeaffinity-v1-core " ><code >core/v1.NodeAffinity</code ></a >
545
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30 /#nodeaffinity-v1-core " ><code >core/v1.NodeAffinity</code ></a >
546
546
</td >
547
547
<td >
548
548
<!--
@@ -663,7 +663,7 @@ PodTopologySpreadArgs holds arguments used to configure the PodTopologySpread pl
663
663
<tr ><td ><code >kind</code ><br />string</td ><td ><code >PodTopologySpreadArgs</code ></td ></tr >
664
664
665
665
<tr ><td ><code >defaultConstraints</code ><br />
666
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#topologyspreadconstraint-v1-core " ><code >[ ] core/v1.TopologySpreadConstraint</code ></a >
666
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30 /#topologyspreadconstraint-v1-core " ><code >[ ] core/v1.TopologySpreadConstraint</code ></a >
667
667
</td >
668
668
<td >
669
669
<!--
You can’t perform that action at this time.
0 commit comments