Skip to content

Commit c50e2a4

Browse files
committed
[zh-cn]sync nodes
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent 73e6c20 commit c50e2a4

File tree

1 file changed

+2
-2
lines changed
  • content/zh-cn/docs/concepts/architecture

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/architecture/nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Node 对象的名称必须是合法的
126126
127127
The [name](/docs/concepts/overview/working-with-objects/names#names) identifies a Node. Two Nodes
128128
cannot have the same name at the same time. Kubernetes also assumes that a resource with the same
129-
name is the same object. In case of a Node, it is implicitly assumed that an instance using the
129+
name is the same object. In the case of a Node, it is implicitly assumed that an instance using the
130130
same name will have the same state (e.g. network settings, root disk contents) and attributes like
131131
node labels. This may lead to inconsistencies if an instance was modified without changing its name.
132132
If the Node needs to be replaced or updated significantly, the existing Node object needs to be
@@ -223,7 +223,7 @@ not take effect, as labels are only set (or modified) upon Node registration wit
223223

224224
<!--
225225
Pods already scheduled on the Node may misbehave or cause issues if the Node
226-
configuration will be changed on kubelet restart. For example, already running
226+
configuration will be changed on kubelet restart. For example, an already running
227227
Pod may be tainted against the new labels assigned to the Node, while other
228228
Pods, that are incompatible with that Pod will be scheduled based on this new
229229
label. Node re-registration ensures all Pods will be drained and properly

0 commit comments

Comments
 (0)