From 9bc3136eed3ce8d98bb6a3a4fac7987871b19662 Mon Sep 17 00:00:00 2001 From: Olaf Klischat Date: Sun, 24 May 2020 00:19:02 +0200 Subject: [PATCH] reconfigure-kubelet.md: Documentation error fixed Documentation error: It's Node.Status.Config, not Node.Spec.Status.Config. --- content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md b/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md index 1e9715e8bf..6218e8ce81 100644 --- a/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md +++ b/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md @@ -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.