Skip to content

Commit c177899

Browse files
committed
Fix typo
1 parent 6618cdf commit c177899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks/administer-cluster/reconfigure-kubelet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The basic workflow for configuring a Kubelet in a live cluster is as follows:
4242
1. Write a YAML or JSON configuration file containing the
4343
Kubelet's configuration.
4444
2. Wrap this file in a ConfigMap and save it to the Kubernetes control plane.
45-
3. Update the Kubelet's correspoinding Node object to use this ConfigMap.
45+
3. Update the Kubelet's corresponding Node object to use this ConfigMap.
4646

4747
Each Kubelet watches a configuration reference on its respective Node object.
4848
When this reference changes, the Kubelet downloads the new configuration and

0 commit comments

Comments
 (0)