-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Starting Kubernetes [Mac OS Monterey v12 beta] #518
Comments
Thank you for your bug report! I've confirmed the issue on Monterey Public Beta. The issue is that the dynamic loader seems to have changed the way |
I could get Rancher Desktop 0.4.1 working on Monterey Beta with the following hack: cd /Applications/Rancher\ Desktop.app/Contents/Resources/resources/darwin/lima/bin
rm qemu*
mv ../Cellar/qemu/6.0.0/bin/qemu-img .
mv ../Cellar/qemu/6.0.0/bin/qemu-system-x86_64 . Stop and restart Rancher Desktop and it will display an error from the GUI (I'll file a separate bug for that; clicking "Ok" allows you to proceed) and kubernetes will be installed. There is yet another issue that Monterey doesn't have a sudo mkdir /usr/local/bin
sudo chown $USER /usr/local/bin The error dialog appear on each restart of Rancher Desktop, but otherwise it appears to be functional. If you feel adventurous, please follow these workarounds and report if you run into any other issues on Monterey Beta! |
The workaround is working for me :) |
Awesome! Could you please confirm if you also get the error dialog from #519! |
No I did not get any error dialog, and there was no errors in the console. |
Same error on macOS BigSur 11.5.2 |
@pulberg Can you attach some log that shows the same error? I've just tested Rancher Desktop 0.4.1 on both macOS 11.3 and 11.5.2, and it worked as expected in both cases. |
Actually, it didn't; the kim image manager was not installed correctly, but that is a different issue than the original poster had. |
Hi, I am getting "Error Staring Kubernetes" when starting Rancher Desktop on my Mac Laptop. It looks likes I am missing libglib.
Desktop.app/Contents/Resources/resources/darwin/lima/Cellar/qemu/6.0.0/bin/../opt/glib/lib/libglib-2.0.0.dylib' (no such file), '/usr/lib/libglib-2.0.0.dylib' (no such file)
The text was updated successfully, but these errors were encountered: