kraftkit
kraftkit copied to clipboard
Build and use highly customized and ultra-lightweight unikernel VMs.
### Describe the bug After doing KraftKit testing, `kraft rm --all` end up with an error. ### Steps to reproduce I used KraftKit and, then, at some point I wanted...
GitHub-Depends-On: https://github.com/unikraft/kraftkit/issues/841
### Overview KraftKit, the supporting codebase for the modular library operating system [Unikraft](https://unikraft.org) designed for cloud native applications, provides users with the ability to build, package and run unikernels. As...
### Describe the bug Trying to use the `kraft net` subcommands together with `kraft run` is almost impossible when using multiple users. In order to create a network interface you...
### Feature request summary This epic tracks support for running unikernels via other hypervisor using native interfaces with their tooling either via directly calling relevant tools or using relevant APIs/SDKs....
### Feature request summary During the installation process of kraftkit, that is, via [the recommended installer method](https://github.com/unikraft/kraftkit/tree/staging/tools/webinstall), the script should aid the user with setting up [BuildKit](https://github.com/moby/buildkit). This will become...
### Describe the bug In previous versions of kraft, commands like this used to work: ``` kraft pkg pull github.com/unikraft/lib-nginx.git W could not get index: GET https://github.com/v2/unikraft/lib-nginx.git/manifests/latest: unexpected status code...
### Describe the bug `kraft menuconfig` sometimes selects all available options instead of just picking defaults, which basically means `make yesconfig` is somehow used instead of `make defconfig` underneath. This...