Files
kata-containers/src/runtime/pkg
Pradipta Banerjee 004f07f076 runtime: Add support for key annotations to remote hyp
In order to support different pod VM instance type via
remote hypervisor implementation (cloud-api-adaptor),
we need to pass machine_type, default_vcpus
and default_memory annotations to cloud-api-adaptor.

The cloud-api-adaptor then uses these annotations to spin
up the appropriate cloud instance.

Reference PR for cloud-api-adaptor
https://github.com/confidential-containers/cloud-api-adaptor/pull/1088

Fixes: #7140
Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
2023-06-21 20:22:36 +05:30
..
2023-04-26 09:47:37 +00:00
2023-04-27 09:30:24 +00:00
2023-05-25 16:17:59 +01:00
2022-11-17 14:16:12 +01:00
2023-05-16 15:27:32 +03:00

Kata golang packages

This repository contains a number of packages in addition to the virtcontainers package:

Package name Description
katatestutils Unit test utilities.
katautils Utilities.
sev AMD SEV confidential guest utilities.
signals Signal handling functions.