🫥

[解決]Rancher Desktopのエラー:Kubernetes Error Rancher Desktop

2023/06/10に公開

エラーの共有です。


Rancher Desktop Version: 1.7.0
macOS Ventura 13.3
makbookpro 2019(Intel)

エラー: Kubernetes Error Rancher Desktop

(キャプチャ取り忘れ)

こういうエラー文

'time="2023-...0+09:00" level=fatal msg="errors inspecting instance: [failed to get Info from \"/Users/xxx/Library/Application Support/rancher-desktop/lima/0/ha.sock\": Get \"http://lima-hostagent/v1/info\": dial unix /Users/xxx/Library/Application Support/rancher-desktop/lima/0/ha.sock: connect: connection refused]"\n',
code: 1,
command: [
'/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl',
'start',
'--tty=false',
'0'
]

解決

私の場合、メモリを4GBから6GBに上げたら解決しました。

他にもリスタートで解決する人もいるとか。

参考にしたissue いろいろ対処法が書かれています
https://github.com/rancher-sandbox/rancher-desktop/issues/3137#issuecomment-1461311097

起きるタイミング

Macを再起動したときに起こっている気がします。メモリの設定が保存されていない?

Discussion