Fix typo (#7641)
This commit is contained in:
committed by
k8s-ci-robot
parent
6618cdf830
commit
ca4f9f8491
@@ -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
|
1. Write a YAML or JSON configuration file containing the
|
||||||
Kubelet's configuration.
|
Kubelet's configuration.
|
||||||
2. Wrap this file in a ConfigMap and save it to the Kubernetes control plane.
|
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.
|
Each Kubelet watches a configuration reference on its respective Node object.
|
||||||
When this reference changes, the Kubelet downloads the new configuration and
|
When this reference changes, the Kubelet downloads the new configuration and
|
||||||
|
|||||||
Reference in New Issue
Block a user