lively-secretary-72276
03/13/2025, 4:43 PM'time="2025-03-13T12:30:46-04:00" level=info msg="[hostagent] Shutting down the host agent"\n' +
'time="2025-03-13T12:30:46-04:00" level=warning msg="[hostagent] failed to exit SSH master" error="failed to execute `ssh -O exit -p 60828 127.0.0.1`, out=\\"Control socket connect(/Users/farida.sabry/Library/Application Support/rancher-desktop/lima/0/ssh.sock): No such file or directory\\\\r\\\\n\\": exit status 255"\n' +
'time="2025-03-13T12:30:46-04:00" level=info msg="[hostagent] Shutting down QEMU with the power button"\n' +
'time="2025-03-13T12:30:46-04:00" level=warning msg="[hostagent] failed to open the QMP socket \\"/Users/farida.sabry/Library/Application Support/rancher-desktop/lima/0/qmp.sock\\", forcibly killing QEMU" error="dial unix /Users/farida.sabry/Library/Application Support/rancher-desktop/lima/0/qmp.sock: connect: connection refused"\n' +
'time="2025-03-13T12:30:46-04:00" level=info msg="[hostagent] QEMU has already exited"\n' +
'time="2025-03-13T12:30:46-04:00" level=fatal msg="exiting, status={Running:false Degraded:false Exiting:true Errors:[] SSHLocalPort:0} (hint: see \\"/Users/farida.sabry/Library/Application Support/rancher-desktop/lima/0/ha.stderr.log\\")"\n',
code: 1,
[Symbol(child-process.command)]: '/Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl> start --tty=false 0'
}
and when I try to run rdctl list-settings
, I get the following:
Error: Get "<http://127.0.0.1:6107/v1/settings>": dial tcp 127.0.0.1:6107: connect: can't assign requested address
Would appreciate any help, thanks!lively-secretary-72276
03/13/2025, 4:46 PM~/.kube/config
?proud-jewelry-46860
03/13/2025, 5:01 PMlively-secretary-72276
03/13/2025, 5:04 PM2025-03-13T17:03:13.289Z: UnhandledRejectionWarning: Error: ENOENT: no such file or directory, watch '/Users/farida.sabry/.kube/config'
proud-jewelry-46860
03/13/2025, 5:11 PMlively-secretary-72276
03/13/2025, 5:14 PM2025-03-13T17:03:13.528Z: ERROR checking KUBE_CONTEXT {
e: c [Error]: /Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/kubectl exited with code 1
at ChildProcess.<anonymous> (/Applications/Rancher Desktop.app/Contents/Resources/app.asar/dist/app/background.js:2:45866)
at ChildProcess.emit (node:events:518:28)
at ChildProcess._handle.onexit (node:internal/child_process:293:12) {
command: [
'/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/kubectl',
'config',
'view',
'--minify',
'--output=json'
],
stdout: '',
stderr: 'error: current-context must exist in order to minify\n',
code: 1,
[Symbol(child-process.command)]: '/Applications/Rancher Desktop.app/Contents/Resources/resources/darwin/bin/kubectl config view --minify --output=json'
}
proud-jewelry-46860
03/13/2025, 5:17 PMdiagnostics.log
basically is never useful for tracking down why things catastrophically broke. It's just extra checks to look for common issues (that wouldn't affect the app from running).lively-secretary-72276
03/13/2025, 5:31 PM