From b90d125e1cd5cd78f75945f1d2956b268cc6542b Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Thu, 2 Dec 2021 09:45:34 -0800 Subject: [PATCH] kublet -> kubelet (#30700) --- .../tasks/configure-pod-container/create-hostprocess-pod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md b/content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md index 0c33c79552..e989aa868f 100644 --- a/content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md +++ b/content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md @@ -45,7 +45,7 @@ privileges needed by Windows nodes. ## {{% heading "prerequisites" %}}% version-check %}} -In 1.23 the HostProcess container feature is enabled by default. The kublet will +In 1.23 the HostProcess container feature is enabled by default. The kubelet will communicate with containerd directly by passing the hostprocess flag via CRI. You can use the latest version of containerd (v1.6+) to run HostProcess containers. [How to install containerd.](/docs/setup/production-environment/container-runtimes/#containerd)