Mark Yen

Results 50 comments of Mark Yen

`/mnt/wslg/`… that's finding the wrong mount point for WSL (in particular, it's finding `/mnt/wslg` from Windows 11). https://github.com/rancher-sandbox/rancher-desktop/blob/096181dd764b4f4fd2b8158bee8698f3a14213e7/src/go/nerdctl-stub/main_linux.go#L45-L61

We do attempt to stop the VM gracefully: https://github.com/rancher-sandbox/rancher-desktop/blob/5ed9c20e1371eb9e2c9b12b001e76a7a9a24d82d/src/backend/lima.ts#L1780 We _also_ force stop the VM on process exit, but the normal code flow for that is only after the graceful...

Hmm, we do ship `qemu-img` as part of what we supply for lima; it might be possible to use `qemu-img convert` to copy the existing image to a new sparse...

The refactoring has been complete.

Nope; the expected behaviour is that if there's a conflict, somebody else will make a new PR to resolve it (and draft or otherwise ignore the auto-generated PR). Our issue...

Yeah, that's a reasonable concern. I just wanted to 1. optimize for the no-conflicts case (ideally we should have very little in the release branch…) 2. avoid creating excess branches...

In actually trying to do this for v1.13.0 (manually), I realized that we _do_ need a branch for this, because otherwise on merge we'd have deleted the `release-1.13` branch (as...

Updated to create the temporary branch (on the same repo the release was made from). - Creating the branch: https://github.com/mook-as/rd/actions/runs/8287376232 - If the branch already exists, we still create the...

As a partial workaround, consider [disabling administrative access](https://docs.rancherdesktop.io/ui/preferences/application/general#administrative-access) to prevent the need to run `sudo`. Otherwise we'll probably need more detailed information on what exactly CyberArk expects in this case...

That means you have issues pulling the actual images (`gcr.io/google-samples/node-hello:1.0`); the alive containers you see are for port forwarding and not your actual container. Please try `kubectl describe pod hello-world-7dc9558f6d-ff8cf`...