mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
After upgrading the kernel to latest 4.14.x kernel, there are new kconfig options that need users to select in install-kata-kernel.sh. the prompt will block the script. We update this config file to give user a good defined default config. The new kconfig options are about, “Meltdown” and “Spectre”. So I selected them to yes by default in this config file: CONFIG_ARM64_ERRATUM_1024718=y CONFIG_QCOM_FALKOR_ERRATUM_E1041=y CONFIG_UNMAP_KERNEL_AT_EL0=y CONFIG_HARDEN_BRANCH_PREDICTOR=y CONFIG_ARM64_SSBD=y Fixed #106 Signed-off-by: Wei Chen <wei.chen@arm.com> Signed-off-by: Penny Zheng <penny.zheng@arm.com> |
||
---|---|---|
.ci | ||
ccloudvm | ||
kata-deploy | ||
kernel | ||
obs-packaging | ||
release | ||
scripts | ||
snap | ||
static-build/qemu | ||
.gitignore | ||
.pullapprove.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md |
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.