@@ -206,14 +206,14 @@ are enabled, kubelets are only authorized to create/modify their own Node resour
206
206
<!--
207
207
As mentioned in the [Node name uniqueness](#node-name-uniqueness) section,
208
208
when Node configuration needs to be updated, it is a good practice to re-register
209
- the node with the API server. For example, if the kubelet being restarted with
210
- the new set of `--node-labels`, but the same Node name is used, the change will
211
- not take an effect, as labels are being set on the Node registration.
209
+ the node with the API server. For example, if the kubelet is being restarted with
210
+ a new set of `--node-labels`, but the same Node name is used, the change will
211
+ not take effect, as labels are only set (or modified) upon Node registration with the API server .
212
212
-->
213
213
正如[ 节点名称唯一性] ( #node-name-uniqueness ) 一节所述,当 Node 的配置需要被更新时,
214
214
一种好的做法是重新向 API 服务器注册该节点。例如,如果 kubelet 重启时其 ` --node-labels `
215
215
是新的值集,但同一个 Node 名称已经被使用,则所作变更不会起作用,
216
- 因为节点标签是在 Node 注册时完成的 。
216
+ 因为节点标签是在 Node 注册到 API 服务器时完成(或修改)的 。
217
217
218
218
<!--
219
219
Pods already scheduled on the Node may misbehave or cause issues if the Node
@@ -1065,6 +1065,8 @@ Learn more about the following:
1065
1065
* [Components](/docs/concepts/overview/components/#node-components) that make up a node.
1066
1066
* [API definition for Node](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#node-v1-core).
1067
1067
* [Node](https://git.k8s.io/design-proposals-archive/architecture/architecture.md#the-kubernetes-node) section of the architecture design document.
1068
+ * [Cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/) to
1069
+ manage the number and size of nodes in your cluster.
1068
1070
* [Taints and Tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
1069
1071
* [Node Resource Managers](/docs/concepts/policy/node-resource-managers/).
1070
1072
* [Resource Management for Windows nodes](/docs/concepts/configuration/windows-resource-management/).
@@ -1076,6 +1078,8 @@ Learn more about the following:
1076
1078
* 架构设计文档中有关
1077
1079
[Node](https://git.k8s.io/design-proposals-archive/architecture/architecture.md#the-kubernetes-node)
1078
1080
的章节。
1081
+ * [集群自动扩缩](https://git.k8s.io/design-proposals-archive/architecture/architecture.md#the-kubernetes-node)
1082
+ 以管理集群中节点的数量和规模。
1079
1083
* [污点和容忍度](/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/)。
1080
1084
* [节点资源管理器](/zh-cn/docs/concepts/policy/node-resource-managers/)。
1081
1085
* [Windows 节点的资源管理](/zh-cn/docs/concepts/configuration/windows-resource-management/)。
0 commit comments