You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/kubernetes-api/cluster-resources/node-v1.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,10 @@ NodeSpec 描述了创建节点时使用的属性。
85
85
-**configSource** (NodeConfigSource)
86
86
87
87
<!--
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.
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.
287
286
-->
288
287
289
288
**补丁策略:根据 `type` 键执行合并操作**
@@ -293,7 +292,7 @@ NodeStatus 是有关节点当前状态的信息。
293
292
294
293
注意:该字段声明为可合并,但合并键不够唯一,合并时可能导致数据损坏。
295
294
调用者应改为使用完全替换性质的补丁操作。
296
-
有关示例,请参见 http://pr.k8s.io/79391。
295
+
有关示例,请参见 https://pr.k8s.io/79391。
297
296
298
297
<aname="NodeAddress"></a>
299
298
<!--
@@ -1569,4 +1568,4 @@ DELETE /api/v1/nodes
1569
1568
1570
1569
200 (<a href="{{< ref "../common-definitions/status#Status" >}}">Status</a>): OK
0 commit comments