Skip to content

Commit 1bb5853

Browse files
committed
Fix grammar and clarity issues in Node architecture documentation
1 parent 15ccfc9 commit 1bb5853

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+2
-2
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The name of a Node object must be a valid
7676

7777
The [name](/docs/concepts/overview/working-with-objects/names#names) identifies a Node. Two Nodes
7878
cannot have the same name at the same time. Kubernetes also assumes that a resource with the same
79-
name is the same object. In case of a Node, it is implicitly assumed that an instance using the
79+
name is the same object. In the case of a Node, it is implicitly assumed that an instance using the
8080
same name will have the same state (e.g. network settings, root disk contents) and attributes like
8181
node labels. This may lead to inconsistencies if an instance was modified without changing its name.
8282
If the Node needs to be replaced or updated significantly, the existing Node object needs to be
@@ -123,7 +123,7 @@ a new set of `--node-labels`, but the same Node name is used, the change will
123123
not take effect, as labels are only set (or modified) upon Node registration with the API server.
124124

125125
Pods already scheduled on the Node may misbehave or cause issues if the Node
126-
configuration will be changed on kubelet restart. For example, already running
126+
configuration will be changed on kubelet restart. For example, an already running
127127
Pod may be tainted against the new labels assigned to the Node, while other
128128
Pods, that are incompatible with that Pod will be scheduled based on this new
129129
label. Node re-registration ensures all Pods will be drained and properly

0 commit comments

Comments
 (0)