Skip to content

Commit a31db32

Browse files
committed
reworded reset to modified
1 parent 41a0deb commit a31db32

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ As mentioned in the [Node name uniqueness](#node-name-uniqueness) section,
117117
when Node configuration needs to be updated, it is a good practice to re-register
118118
the node with the API server. For example, if the kubelet is being restarted with
119119
a new set of `--node-labels`, but the same Node name is used, the change will
120-
not take effect, as labels are only set (or reset) upon Node registration with the API server.
120+
not take effect, as labels are only set (or modified) upon Node registration with the API server.
121121

122122
Pods already scheduled on the Node may misbehave or cause issues if the Node
123123
configuration will be changed on kubelet restart. For example, already running

0 commit comments

Comments
 (0)