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
此 API 自 1.22 版本起已被弃用:https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
156
157
-->
157
158
158
-
uid 是所引用的 ConfigMap 的 metadata.uid。
159
-
该字段在 Node.spec 中是禁止的,在 Node.status 中是必需的。
159
+
`uid` 是所引用的 ConfigMap 的 `metadata.uid`。
160
+
该字段在 `Node.spec` 中是禁止的,在 `Node.status` 中是必需的。
160
161
161
162
-**externalID** (string)
162
163
163
164
<!--
164
165
Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966
PodCIDR represents the pod IP range assigned to the node.
173
175
-->
176
+
174
177
podCIDR 表示分配给节点的 Pod IP 范围。
175
178
176
179
-**podCIDRs** ([]string)
@@ -180,18 +183,20 @@ NodeSpec 描述了创建节点时使用的属性。
180
183
181
184
podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6.
182
185
-->
186
+
183
187
**集合:唯一值将在合并期间被保留**
184
188
185
-
podCIDRs 表示分配给节点以供该节点上的 Pod 使用的 IP 范围。
186
-
如果指定了该字段,则第 0 个条目必须与 podCIDR 字段匹配。
189
+
`podCIDRs` 表示分配给节点以供该节点上的 Pod 使用的 IP 范围。
190
+
如果指定了该字段,则第 0 个条目必须与 `podCIDR` 字段匹配。
187
191
对于 IPv4 和 IPv6,它最多可以包含 1 个值。
188
192
189
193
-**providerID** (string)
190
194
191
195
<!--
192
196
ID of the node assigned by the cloud provider in the format: \<ProviderName>://\<ProviderSpecificNodeID>
*The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.*
210
216
-->
217
+
211
218
**此污点附加到的节点对任何不容忍污点的 Pod 都有“影响”。**
212
219
213
220
<!--
@@ -250,15 +257,15 @@ NodeSpec 描述了创建节点时使用的属性。
250
257
TimeAdded represents the time at which the taint was added.
251
258
-->
252
259
253
-
timeAdded 表示添加污点的时间。
260
+
`timeAdded` 表示添加污点的时间。
254
261
255
262
<aname="Time"></a>
256
263
<!--
257
264
*Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.*
258
265
-->
259
266
260
267
**Time 是 `time.Time` 的包装器,它支持对 YAML 和 JSON 的正确编组。
261
-
time 包的许多工厂方法提供了包装器。**
268
+
`time` 包的许多工厂方法提供了包装器。**
262
269
263
270
-**taints.value** (string)
264
271
@@ -274,9 +281,9 @@ NodeSpec 描述了创建节点时使用的属性。
274
281
Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
*NodeCondition contains condition information for a node.*
376
385
-->
386
+
377
387
**NodeCondition 包含节点状况的信息。**
378
388
379
389
<!--
@@ -409,8 +419,8 @@ NodeStatus 是有关节点当前状态的信息。
409
419
*Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.*
410
420
-->
411
421
412
-
Time 是 `time.Time` 的包装器,它支持对 YAML 和 JSON 的正确编组。
413
-
time 包的许多工厂方法提供了包装器。
422
+
**Time 是 `time.Time` 的包装器,它支持对 YAML 和 JSON 的正确编组。
423
+
`time` 包的许多工厂方法提供了包装器。**
414
424
415
425
-**conditions.lastTransitionTime** (Time)
416
426
@@ -426,7 +436,7 @@ NodeStatus 是有关节点当前状态的信息。
426
436
-->
427
437
428
438
**Time 是 `time.Time` 的包装器,它支持对 YAML 和 JSON 的正确编组。
429
-
time 包的许多工厂方法提供了包装器。**
439
+
`time` 包的许多工厂方法提供了包装器。**
430
440
431
441
-**conditions.message** (string)
432
442
@@ -456,6 +466,7 @@ NodeStatus 是有关节点当前状态的信息。
456
466
<!--
457
467
*NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.*
Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error.
465
476
-->
466
477
467
-
active 报告节点正在使用的检查点配置。
468
-
active 将代表已分配配置的当前版本或当前 LastKnownGood 配置,具体取决于尝试使用已分配配置是否会导致错误。
478
+
`active` 报告节点正在使用的检查点配置。
479
+
`active` 将代表已分配配置的当前版本或当前 LastKnownGood 配置,
480
+
具体取决于尝试使用已分配配置是否会导致错误。
469
481
470
482
<aname="NodeConfigSource"></a>
471
483
<!--
@@ -480,15 +492,16 @@ NodeStatus 是有关节点当前状态的信息。
480
492
ConfigMap is a reference to a Node's ConfigMap
481
493
-->
482
494
483
-
configMap 是对 Node 的 ConfigMap 的引用。
495
+
`configMap` 是对 Node 的 ConfigMap 的引用。
484
496
485
497
<aname="ConfigMapNodeConfigSource"></a>
486
498
<!--
487
499
*ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration*
此 API 自 1.22 版本起已被弃用:https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration**
此 API 自 1.22 版本起已被弃用:https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration**
0 commit comments