Skip to content

Commit f8906ca

Browse files
authored
Merge pull request #39279 from kinzhi/kinzhi236
[zh-cn]SYNC node-v1.md
2 parents ce95506 + 417c97f commit f8906ca

File tree

1 file changed

+5
-6
lines changed
  • content/zh-cn/docs/reference/kubernetes-api/cluster-resources

1 file changed

+5
-6
lines changed

content/zh-cn/docs/reference/kubernetes-api/cluster-resources/node-v1.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,10 @@ NodeSpec 描述了创建节点时使用的属性。
8585
- **configSource** (NodeConfigSource)
8686

8787
<!--
88-
Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed from Kubelets as of 1.24 and will be fully removed in 1.26.
88+
Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed.
8989
-->
9090

91-
已弃用:以前用于为 DynamicKubeletConfig 功能指定节点配置的来源。
92-
自 1.24 的版本起,此功能已从 Kubelets 中移除,并将在 1.26 的版本中完全移除。
91+
已弃用:以前用于为 DynamicKubeletConfig 功能指定节点配置的来源。此功能已删除。
9392

9493
<a name="NodeConfigSource"></a>
9594
<!--
@@ -283,7 +282,7 @@ NodeStatus 是有关节点当前状态的信息。
283282
<!--
284283
*Patch strategy: merge on key `type`*
285284
286-
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.
285+
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example.
287286
-->
288287

289288
**补丁策略:根据 `type` 键执行合并操作**
@@ -293,7 +292,7 @@ NodeStatus 是有关节点当前状态的信息。
293292

294293
注意:该字段声明为可合并,但合并键不够唯一,合并时可能导致数据损坏。
295294
调用者应改为使用完全替换性质的补丁操作。
296-
有关示例,请参见 http://pr.k8s.io/79391。
295+
有关示例,请参见 https://pr.k8s.io/79391。
297296

298297
<a name="NodeAddress"></a>
299298
<!--
@@ -1569,4 +1568,4 @@ DELETE /api/v1/nodes
15691568

15701569
200 (<a href="{{< ref "../common-definitions/status#Status" >}}">Status</a>): OK
15711570

1572-
401: Unauthorized
1571+
401: Unauthorized

0 commit comments

Comments
 (0)