Nir Soffer

Results 116 issues of Nir Soffer

Issue #40 fixed by #43. Should be easy to add a test. - Create image with zero cluster - Read last cluster with img.ReatAt() - Should not return io.EOF -...

Currently we get the l1 entry and l2 entry for every cluster, and get the host offset of the cluster and the status (allocated, compressed, zero). Than we read each...

#38 implements this only for qcow2, which is good enough for lima use case, but users of the library that that want read sparse raw file (or backing file) efficiently...

Update kernel to longterm kernel 6.6.92. Improve the makefile to make it easier to work on the iso. Upgrading the kernel to 6.6 does not work since some configuration is...

cncf-cla: yes
size/XXL
do-not-merge/work-in-progress
needs-ok-to-test

libkrun virtio-net driver enables TSO offloading and checksum offloading by default, so we must use vment-helper --enable-tso and --enable-checksum-offload with krunkit. These options do not work with vfkit. This change...

cncf-cla: yes
size/S
approved
ok-to-test

This removes the limit of using a single machine, removing the need to manage tcp ports. We use: --restful-uri unix://$MINIKUBE_HOKE/machines/NAME/krunkit.sock The socket is created and deleted by krunkit. NOTES: -...

cncf-cla: yes
size/XXL
do-not-merge/work-in-progress
needs-ok-to-test

krunkit is a tool to launch configurable virtual machines using the libkrun platform, optimized for GPU accelerated virtual machines and AI workloads on Apple silicon. It is mostly compatible with...

cncf-cla: yes
size/XXL
do-not-merge/work-in-progress
ok-to-test

### Description The project requires [DCO](https://developercertificate.org) but this is not documented. ``` % git grep DCO Binary file website/static/images/demo.gif matches ``` We need something like: https://cert-manager.io/docs/contributing/sign-off/ or at least like:...

documentation

### Description The common way to run commands and get a shell on a vm is ssh. Common tools provide ssh command to make this easier: - minikube ssh -...

good first issue
area/cli

### Description Users should add this to their ~/.ssh/config: ``` Include ~/.lima/*/ssh.config ``` To be able to connect to the lima instances with the ssh command: ```sh ssh lima-{NAME} ```...

documentation
good first issue