File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ are enabled, kubelets are only authorized to create/modify their own Node resour
115
115
{{< note >}}
116
116
As mentioned in the [ Node name uniqueness] ( #node-name-uniqueness ) section,
117
117
when Node configuration needs to be updated, it is a good practice to re-register
118
- the node with the API server. For example, if the kubelet being restarted with
119
- the new set of ` --node-labels ` , but the same Node name is used, the change will
120
- not take an effect, as labels are being set on the Node registration.
118
+ the node with the API server. For example, if the kubelet is being restarted with
119
+ 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 modified) upon Node registration with the API server .
121
121
122
122
Pods already scheduled on the Node may misbehave or cause issues if the Node
123
123
configuration will be changed on kubelet restart. For example, already running
You can’t perform that action at this time.
0 commit comments