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.

Kubernetes EmptyDir should be not be using 9p #1472

@dadux

Description

@dadux

Kubernetes EmptyDir performances are very slow (9p), while there is no real need to use to use 9pfs for the default medium. The EmptyDir volumes are only intended to share data between containers within a pod, and not with the host.

This was a recent related change in #1341 where tmpfs is not handled correctly.

For the default medium type (disk), kata-agent should probably create a directory in the VM, and mount it to the containers ?

cc @mcastelino @amshinde ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions