Eric Promislow
Eric Promislow
Could you work inside `/tmp/rancher-desktop` ? We don't mount all of `/tmp` to the VM, but do provide this one directory.
Thanks. I still need a bit more info to understand this. Also while screenshots are always good, plain text copypastas help us reproduce reported issues.
Many Windows programs don't remove their data components during uninstall, with the expectation that you'll soon reinstall them and you'll want to have your old data still available. In fact,...
We're going to revisit this because the amount of data is so large, and largely not directly controlled by users.
I can't reproduce this on the 1.6.0 version on Windows 10. At this point if it's possible I would run a factory reset.
I can't see the container list in both versions 1.5.1 (on macOS) and 1.6.0 on Windows. Where did the second screenshot come from? Like which version and platform?
Thank you for confirming the regression.
I think the problem is in my `/etc/periodic/daily/110.clean-tmps` script: ``` … find -dx . -fstype local -type f $args -delete $print find -dx . -fstype local ! -name . -type...
Hi, the Kubernetes API only works behind `https`. So it rejects the connection from an `http` proxy because there's no authentication. See https://github.com/kubernetes-client/javascript/issues/648 for a similar issue when communicating directly...