From ac2f3cdc51edd3bf7a6c685da714e3bcbd865c22 Mon Sep 17 00:00:00 2001 From: zhangmingld Date: Mon, 12 Feb 2018 23:11:48 +0800 Subject: [PATCH] fix reconfigure-kubelet doc err (#7377) --- docs/tasks/administer-cluster/reconfigure-kubelet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.