fix reconfigure-kubelet doc err (#7377)

pull/7379/head
zhangmingld 2018-02-12 23:11:48 +08:00 committed by k8s-ci-robot
parent 883934fe7d
commit ac2f3cdc51
1 changed files with 1 additions and 1 deletions

View File

@ -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.