Update create-hostprocess-pod.md

Remove double-pasted content from create-hostprocess-pod.md
This commit is contained in:
Peng Peng 2022-12-22 23:01:59 -08:00 committed by GitHub
parent 1c3be2db06
commit b3bfa1eab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ To run HostProcess containers as a local user; A local usergroup must first be c
and the name of that local usergroup must be specified in the `runAsUserName` field in the deployment.
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.
This provides a number a benefits including eliminating the need to manage passwords for local user accounts.
passwords for local user accounts. An initial HostProcess container running as a service account can be used to
An initial HostProcess container running as a service account can be used to
prepare the user groups for later HostProcess containers.
{{< note >}}