1. mac安全模式关了
2. docker源改了,国内的
3、k8s的git仓库,匹配到版本后,下载了。
依旧无法正常启动···
20230621 13:36:45
第一次日志记录
2023-06-21 13:31:23.630123+0800 localhost com.docker.backend[17097]: (0fd28985) ead7cf58-KubernetesManager C<-S d75b0a51-VMDockerdAPI POST /kubernetes/start (6m11.629756119s): pulling kubernetes images: tagging hubproxy.docker.internal:5000/docker/desktop-storage-provisioner:v2.0 with docker/desktop-storage-provisioner:v2.0: Error response from daemon: No such image: hubproxy.docker.internal:5000/docker/desktop-storage-provisioner:v2.0 2023-06-21 13:31:23.631135+0800 localhost com.docker.backend[17097]: resetting kubernetes: 1 error occurred: * starting kubernetes: pulling kubernetes images: tagging hubproxy.docker.internal:5000/docker/desktop-storage-provisioner:v2.0 with docker/desktop-storage-provisioner:v2.0: Error response from daemon: No such image: hubproxy.docker.internal:5000/docker/desktop-storage-provisioner:v2.0 2023-06-21 13:31:23.825662+0800 localhost com.docker.driver.amd64-linux[27427]: error reading response from Docker: unexpected EOF 2023-06-21 13:31:23.826370+0800 localhost com.docker.driver.amd64-linux[27427]: error reading response from Docker: unexpected EOF 2023-06-21 13:31:23.827772+0800 localhost com.docker.driver.amd64-linux[27427]: error reading response from Docker: unexpected EOF 2023-06-21 13:31:23.828366+0800 localhost com.docker.driver.amd64-linux[27427]: error reading response from Docker: unexpected EOF 2023-06-21 13:31:23.829401+0800 localhost com.docker.driver.amd64-linux[27427]: error reading response from Docker: unexpected EOF 2023-06-21 13:31:31.471445+0800 localhost com.docker.virtualization[30004]: (LaunchServices) [com.apple.launchservices:error] Constructing NSError NSOSStatusErrorDomain/-10813 at _LSCopyLocalDatabase:705 2023-06-21 13:31:31.476780+0800 localhost com.docker.virtualization[30004]: (libMobileGestalt.dylib) Failed to copy the SysCfgDict MG key with error: 0 2023-06-21 13:31:31.481311+0800 localhost com.docker.virtualization[30004]: (LaunchServices) [com.apple.launchservices:error] Constructing NSError NSOSStatusErrorDomain/-10813 at getValueForNode:1358 2023-06-21 13:31:31.483914+0800 localhost com.docker.virtualization[30004]: (LaunchServices) [com.apple.launchservices:error] Constructing NSError NSOSStatusErrorDomain/-10813 at getValueForNode:1358 2023-06-21 13:31:31.485395+0800 localhost com.docker.virtualization[30004]: (LaunchServices) [com.apple.launchservices:error] Constructing NSError NSOSStatusErrorDomain/-10813 at getValueForNode:1358 2023-06-21 13:31:31.501953+0800 localhost com.docker.virtualization[30004]: (AE) [com.apple.appleevents:main] _AppleEventsCheckInAppWithBlock(), callback with errorRef=[ NULL ] ) 2023-06-21 13:31:31.501973+0800 localhost com.docker.virtualization[30004]: (AE) [com.apple.appleevents:main] Check-in result: 0 ports, errorRef=[ NULL ] 2023-06-21 13:31:35.109938+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.118090+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.119753+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.123595+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.126681+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.132308+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.158406+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.160689+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.164225+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.167569+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.173719+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.177895+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.181334+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.185564+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.188579+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.191511+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe 2023-06-21 13:31:35.195915+0800 localhost com.docker.backend[17097]: error copying: write unix httpproxy.sock->: write: broken pipe
本次日志分析
(1) k8s启动,kubernets start pull的时候报错,镜像文件不存在。
(2) 镜像文件: hubproxy.docker.internal:5000/docker/desktop-storage-provisioner:v2.0
标签:13,21,write,17097,docker,k8s,日志,backend From: https://www.cnblogs.com/supermarx/p/17496039.html