-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podvm: Mount overlay as tmpfs for CoCo
For CoCo, we don't want root disk to be used without encryption or integrity protection. However till we have root disk encryption or integrity protection support, let's at least ensure that overlay (rw) directory for container image is in memory. The container image layers will still be downloaded to disk, however the writeable layer will be in memory when CONFIDENTIAL_COMPUTE_ENABLED=yes. Note that this means you'll need to have sufficient VM memory depending on the amount of writes you expect your workload to perform Fixes: #KATA-3229 Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
- Loading branch information
Showing
1 changed file
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters