reconfigure-kubelet.md: Documentation error fixed

Documentation error: It's Node.Status.Config, not Node.Spec.Status.Config.
This commit is contained in:
Olaf Klischat 2020-05-24 00:19:02 +02:00
parent 29f3c2858c
commit 9bc3136eed
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ will receive default values appropriate to the configuration version
(e.g. `kubelet.config.k8s.io/v1beta1`), unless overridden by flags.
The status of the Node's kubelet configuration is reported via
`Node.Spec.Status.Config`. Once you have updated a Node to use the new
`Node.Status.Config`. Once you have updated a Node to use the new
ConfigMap, you can observe this status to confirm that the Node is using the
intended configuration.