Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

Inject entropy into kata container #445

@jcvenegas

Description

@jcvenegas

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
7

We should consider add a VirtIORNG or a daemon to increase the entropy inside the container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions