You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
We will suffer default two seconds timeout, when kata-runtime initiates
a connection to agent server, and right now vsock transport in guest part
isn't ready.
Here, taking advices from Stefan Hajnoczi, we will do a quick handshake
to ensure host initiating connection until vsock device is completely ready.
The quick handshake follows below steps:
1. kata-runtime listens on a vsock port
2. agent.vsock_host_port=PORT is added to the kernel command-line options
3. kata-agent parses the port number and connects to the host
This commit covers the third part in kata-agent.
Fixes: kata-containers#775
Signed-off-by: Penny Zheng <penny.zheng@arm.com>
Related issues: kata-containers/runtime#1917
The text was updated successfully, but these errors were encountered: