File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Node 对象的名称必须是合法的
126126
127127The [name](/docs/concepts/overview/working-with-objects/names#names) identifies a Node. Two Nodes
128128cannot 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
130130same name will have the same state (e.g. network settings, root disk contents) and attributes like
131131node labels. This may lead to inconsistencies if an instance was modified without changing its name.
132132If 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<!--
225225Pods 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
227227Pod may be tainted against the new labels assigned to the Node, while other
228228Pods, that are incompatible with that Pod will be scheduled based on this new
229229label. Node re-registration ensures all Pods will be drained and properly
You can’t perform that action at this time.
0 commit comments