From 4764a50fee4bbf5cd52b2c2d0ee95d2a66384188 Mon Sep 17 00:00:00 2001 From: sou <08thse@users.noreply.github.com> Date: Sat, 9 Apr 2022 23:52:46 +0900 Subject: [PATCH] Update create-hostprocess-pod.md Fix typo (Window -> Windows) --- .../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 b3bbcaa06d..a7dcbafd34 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 @@ -20,7 +20,7 @@ the direct installation of host services. Administrative tasks such as installation of security patches, event log collection, and more can be performed without requiring cluster operators to -log onto each Window node. HostProcess containers can run as any user that is +log onto each Windows node. HostProcess containers can run as any user that is available on the host or is in the domain of the host machine, allowing administrators to restrict resource access through user permissions. While neither filesystem or process isolation are supported, a new volume is created on the host upon starting the container