Skip to content

Commit 66b1385

Browse files
authored
Merge pull request #33838 from marosset/host-process-containers-logon-issues
Add troubleshooting tips for hostprocess containers 'failed to create user process token' error during container creation
2 parents 91af3ff + 17dc7c7 commit 66b1385

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,10 @@ container, aiming to limit the degree of privileges so as to avoid accidental (o
214214
malicious) damage to the host. The LocalSystem service account has the highest level
215215
of privilege of the three and should be used only if absolutely necessary. Where possible,
216216
use the LocalService service account as it is the least privileged of the three options.
217+
218+
## Troubleshooting HostProcess containers
219+
220+
- HostProcess containers fail to start with `failed to create user process token: failed to logon user: Access is denied.: unknown`
221+
222+
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).
223+

0 commit comments

Comments
 (0)