From 65be4316152d57cbb295f30a1983414e23a1cef7 Mon Sep 17 00:00:00 2001 From: akash-mohanto <105835376+akash-mohanto@users.noreply.github.com> Date: Tue, 27 Dec 2022 05:44:32 +0000 Subject: [PATCH] fixed typo in the docs --- content/en/docs/tasks/administer-cluster/kubelet-config-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/kubelet-config-file.md b/content/en/docs/tasks/administer-cluster/kubelet-config-file.md index 091488e792..2001882cd5 100644 --- a/content/en/docs/tasks/administer-cluster/kubelet-config-file.md +++ b/content/en/docs/tasks/administer-cluster/kubelet-config-file.md @@ -53,7 +53,7 @@ the threshold values respectively. ## Start a Kubelet process configured via the config file {{< note >}} -If you use kubeadm to initialize your cluster, use the kubelet-config while creating your cluster with `kubeadmin init`. +If you use kubeadm to initialize your cluster, use the kubelet-config while creating your cluster with `kubeadm init`. See [configuring kubelet using kubeadm](/docs/setup/production-environment/tools/kubeadm/kubelet-integration/) for details. {{< /note >}}