We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6618cdf commit c177899Copy full SHA for c177899
docs/tasks/administer-cluster/reconfigure-kubelet.md
@@ -42,7 +42,7 @@ The basic workflow for configuring a Kubelet in a live cluster is as follows:
42
1. Write a YAML or JSON configuration file containing the
43
Kubelet's configuration.
44
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.
+3. Update the Kubelet's corresponding Node object to use this ConfigMap.
46
47
Each Kubelet watches a configuration reference on its respective Node object.
48
When this reference changes, the Kubelet downloads the new configuration and
0 commit comments