Skip to content

Commit 3ccdb34

Browse files
rdxmbtengqm
andauthored
Update kubelet-config-file.md (#27192)
* Update kubelet-config-file.md add note and link to kubeadm/kubelet-integration * Update content/en/docs/tasks/administer-cluster/kubelet-config-file.md Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
1 parent d830ee0 commit 3ccdb34

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/docs/tasks/administer-cluster/kubelet-config-file.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ For a trick to generate a configuration file from a live node, see
5353

5454
## Start a Kubelet process configured via the config file
5555

56+
{{< note >}}
57+
If you use kubeadm to initialize your cluster, use the kubelet-config while creating your cluster with `kubeadmin init`.
58+
See [configuring kubelet using kubeadm](/docs/setup/production-environment/tools/kubeadm/kubelet-integration/) for details.
59+
{{< /note >}}
60+
5661
Start the Kubelet with the `--config` flag set to the path of the Kubelet's config file.
5762
The Kubelet will then load its config from this file.
5863

@@ -80,4 +85,3 @@ is considered the default "last known good" configuration by the automatic rollb
8085

8186

8287

83-

0 commit comments

Comments
 (0)