Kuasar v0.5.0
Quick Start
Wellcome to the v0.5.0 release of Kuasar!
We're glad to say Kuasar is now a CNCF sandbox project!
To make a better user experience, excutable binaries(sandboxer, containerd) and their supported files(containerd config file and image/kernel of Cloud Hypervisor) are packed in the attached artifacts. If you got error in building Kuasar, come and find in this artifacts. Additionally, a source code package including vendor code is also provieded, allowing to build without network.
tar xzvf kuasar-v0.5.0-linux-amd64.tar.gz
cd kuasar-v0.5.0-linux-amd64
mkdir -p /var/lib/kuasar
cp kuasar.img vmlinux.bin config_clh.toml /var/lib/kuasar
Please use our config.toml by passing a flag -c config.toml
to contaienrd, the config.toml is the minimal config for running containerd with Kuasar.
What's Changed
- vmm:fix stratovirt lightweight vm sandbox start failed when cni enabled by @Vanient in #103
- vmm: support VFIO device by @Burning1020 in #99
- vmm: setup hosts, hostname and resolv.conf files by @Burning1020 in #100
- support tailoring and building linux kernel for kuasar security container by @flyflypeng in #98
- vmm: Unshare IPC and UTS namespaces for container process by @Burning1020 in #107
- vmm: add version info by @morningtzh in #110
Full Changelog: v0.4.0...v0.5.0