Skip to content

Pods unable to be created on windows nodes #109

@lizhuqi

Description

@lizhuqi

It seems that Windows OS has some issue handling concurrent actions. Concurrent actions sometimes failed to start containers on Windows.

27m Warning FailedCreatePodSandBox pod/[POD_ONE] Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox container for pod "[POD_ONE]": Error response from daemon: hcsshim::PrepareLayer - failed failed in Win32: The device is not ready. (0x15)
24m Warning FailedMount pod/[POD_ONE] Unable to attach or mount volumes: unmounted volumes=[workspace-volume default-token-xyz12], unattached volumes=[workspace-volume default-token-xyz12l]: timed out waiting for the condition
30m Normal Scheduled pod/[POD_TWO] Successfully assigned cje/[POD_TWO] to [NODE_ID]
29m Warning FailedCreatePodSandBox pod/[POD_TWO] Failed to create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox container for pod "[POD_TWO]": Error response from daemon: hcsshim::PrepareLayer - failed failed in Win32: The device is not ready. (0x15)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions