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 was archived by the owner on May 12, 2021. It is now read-only.
Description of problem
The entropy inside a kata container is too low
Expected result
Have a better entropy level. See the difference between runc and kata below.
Actual result
host $ cat /proc/sys/kernel/random/entropy_avail 3089 runc $ docker run --runtime runc -ti busybox cat /proc/sys/kernel/random/entropy_avail 3093 kata $docker run --runtime kata-runtime -ti busybox cat /proc/sys/kernel/random/entropy_avail 7We should consider add a VirtIORNG or a daemon to increase the entropy inside the container.