This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run containers that use vsock as communication channel inside VMs (nested environments) randomly fails with following error: ``` Stderr: docker: Error response from daemon: OCI runtime create failed: Failed to check if grpc server is working: context deadline exceeded: unknown. ``` Sometimes the connection with the container's vsock is slow because of kata-runtime disables modern (don't rely on fast MMIO) on some devices including vsocks. This issue can be fixed by increasing the dial timeout. fixes #324 Signed-off-by: Julio Montes <[email protected]>
- Loading branch information