Skip to content

Commit

Permalink
Fix typo (#7640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaufen authored and k8s-ci-robot committed Mar 6, 2018
1 parent 9bc1a48 commit f5b6cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/reconfigure-kubelet.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The basic workflow for configuring a Kubelet in a live cluster is as follows:
1. Write a YAML or JSON configuration file containing the
Kubelet's configuration.
2. Wrap this file in a ConfigMap and save it to the Kubernetes control plane.
3. Update the Kubelet's correspoinding Node object to use this ConfigMap.
3. Update the Kubelet's corresponding Node object to use this ConfigMap.

Each Kubelet watches a configuration reference on its respective Node object.
When this reference changes, the Kubelet downloads the new configuration,
Expand Down

0 comments on commit f5b6cb3

Please sign in to comment.