mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-01-29 21:39:23 +00:00
24b89a9dada4603731160f5b29071dcb025d5c17
The Intel GPU support has been enabled in kata runtime, but the guest kernel of kata container lacks the support of Intel GPU, so this commit enables it as default in guest kernel. CONFIG_DRM, CONFIG_DRM_I915 and CONFIG_DRM_I915_USERPTR are necessary. Others are obtained by running command "make menuconfig" and selecting the following options. Device Drivers ---> Graphics support ---> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) Device Drivers ---> Graphics support ---> Intel 8xx/9xx/G3x/G4x/HD Graphics Fixes #232 Signed-off-by: Zhao Xinda <xinda.zhao@intel.com>
Kata Containers packaging
Kata Containers currently supports packages for many distributions. Tooling to aid in creating these packages are contained within this repository.
In addition, Kata build artifacts are available within a container image, created by a Dockerfile. Reference daemonsets are provided in kata-deploy, which make installation of Kata Containers in a running Kubernetes Cluster very straightforward.
Description
Languages
Rust
58.8%
Go
23.8%
Shell
10.2%
RPC
5.1%
Makefile
1%
Other
1.1%