Merge pull request #44689 from kurtado/docs-clarify-node-label-registration

clarify nodes only update labels upon registration
This commit is contained in:
Kubernetes Prow Robot 2024-03-09 05:10:46 -08:00 committed by GitHub
commit 67876e753d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -115,9 +115,9 @@ are enabled, kubelets are only authorized to create/modify their own Node resour
{{< note >}}
As mentioned in the [Node name uniqueness](#node-name-uniqueness) section,
when Node configuration needs to be updated, it is a good practice to re-register
the node with the API server. For example, if the kubelet being restarted with
the new set of `--node-labels`, but the same Node name is used, the change will
not take an effect, as labels are being set on the Node registration.
the node with the API server. For example, if the kubelet is being restarted with
a new set of `--node-labels`, but the same Node name is used, the change will
not take effect, as labels are only set (or modified) upon Node registration with the API server.
Pods already scheduled on the Node may misbehave or cause issues if the Node
configuration will be changed on kubelet restart. For example, already running