diff --git a/docs/tasks/administer-cluster/reconfigure-kubelet.md b/docs/tasks/administer-cluster/reconfigure-kubelet.md index db6a9d9e76..171bef657d 100644 --- a/docs/tasks/administer-cluster/reconfigure-kubelet.md +++ b/docs/tasks/administer-cluster/reconfigure-kubelet.md @@ -290,7 +290,7 @@ configSource: ### Observe that the Kubelet is using the new configuration Once more, retrieve the Node with `kubectl get node ${NODE_NAME} -o yaml`, and -look for the `ConfigOK` condition in `status.conditions`. You should the message +look for the `ConfigOK` condition in `status.conditions`. You should see the message `Using current (UID: NEW_CONFIG_MAP_UID)` when the Kubelet starts using the new configuration.