Skip to content

Commit b3bfa1e

Browse files
authored
Update create-hostprocess-pod.md
Remove double-pasted content from create-hostprocess-pod.md
1 parent 1c3be2d commit b3bfa1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ To run HostProcess containers as a local user; A local usergroup must first be c
228228
and the name of that local usergroup must be specified in the `runAsUserName` field in the deployment.
229229
Prior to initializing the HostProcess container, a new **ephemeral** local user account to be created and joined to the specified usergroup, from which the container is run.
230230
This provides a number a benefits including eliminating the need to manage passwords for local user accounts.
231-
passwords for local user accounts. An initial HostProcess container running as a service account can be used to
231+
An initial HostProcess container running as a service account can be used to
232232
prepare the user groups for later HostProcess containers.
233233

234234
{{< note >}}
@@ -269,4 +269,4 @@ For more information please check out the [windows-host-process-containers-base-
269269
- HostProcess containers fail to start with `failed to create user process token: failed to logon user: Access is denied.: unknown`
270270

271271
Ensure containerd is running as `LocalSystem` or `LocalService` service accounts. User accounts (even Administrator accounts) do not have permissions to create logon tokens for any of the supported [user accounts](#choosing-a-user-account).
272-
272+

0 commit comments

Comments
 (0)