Anders Björklund

Results 159 issues of Anders Björklund

Use TCP sockets on Windows, instead of the Unix sockets. **Will need to add TLS as well, before general availability.**

platform/Windows

Other commands such as `qemu-system-x86_64.exe` don't work with `C:\Users\AndersBjörklund`, they need to use `C:\Users\ANDERS~1` In theory they _could_ have supported using UNC paths such as `\\?\C:\Users\AndersBjörklund`, but in practice they...

platform/Windows

Comparing with: ~~https://github.com/containerd/containerd/blob/main/docs/cri/installation.md~~ Unfortunately the upstream documentation has been deprecated, and no longer includes the configuration needed for CRI and CNI. It is also no longer available from the kubernetes...

kubernetes

### Description I was looking at adding some more basic details from the guest This was available in the "host" structure, and in /etc/os-release. I opened another issue, about the...

### Description I want to make it easy to install and access the[ kubernetes dashboard](https://github.com/kubernetes/dashboard), for k8s: https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ Currently the installation instructions are almost as complex as `kubeadm` itself. What...

### Description I am looking for a feature, where I can see the CPU usage and RAM usage of an instance. Preferrably disk usage too, if possible. However, I could...

enhancement

### Description Currently lima sets up a "user" network, so that each VM gets host and internet access. It would be possible to set up a second "socket" network, so...

### Description For instance Vagrant had this concept of boxes, where you would hide complexity under a name. https://www.vagrantup.com/docs/boxes It has the same problems of central control and what not...

enhancement

As noted in https://github.com/lima-vm/lima/issues/427#issuecomment-979440137, there are some usability issues with lime-on-white. ![lima-light](https://user-images.githubusercontent.com/10364051/143495860-038cde16-b613-429e-86b0-3a1591e2cfc2.png) It should also be possible to opt out of it (color), even for the default instance. Use a...

The lima color has usability issues in light theme Closes #485