Skip to content

Commit 9bc3136

Browse files
committed
reconfigure-kubelet.md: Documentation error fixed
Documentation error: It's Node.Status.Config, not Node.Spec.Status.Config.
1 parent 29f3c28 commit 9bc3136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ will receive default values appropriate to the configuration version
7272
(e.g. `kubelet.config.k8s.io/v1beta1`), unless overridden by flags.
7373

7474
The status of the Node's kubelet configuration is reported via
75-
`Node.Spec.Status.Config`. Once you have updated a Node to use the new
75+
`Node.Status.Config`. Once you have updated a Node to use the new
7676
ConfigMap, you can observe this status to confirm that the Node is using the
7777
intended configuration.
7878

0 commit comments

Comments
 (0)