You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exiting due to GUEST_IMAGE_LOAD: Failed to load image: save to dir: caching images: caching image "/home/user/.minikube/cache/images/amd64/myimage": write: unable to calculate manifest: blob sha256:ec1855414ecf42f3e2da6597f32d3a32f4f1bcb0435dc90fe1dd97a4018290c4 not found
minikube logs命令的输出:
I1102 19:59:30.623875 12291 config.go:182] Loaded profile config "minikube": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.26.3 I1102 19:59:30.623977 12291 cache.go:107] acquiring lock: {Name:mkdab692f4970e546ea977139807201741a3f00f Clock:{} Delay:500ms Timeout:10m0s Cancel:} I1102 19:59:30.624074 12291 image.go:134] retrieving image: myimage:latest
I1102 19:59:30.624079 12291 image.go:140] checking repository: index.docker.io/library/myimage W1102 20:00:00.621587 12291 image.go:147] remote: Get "https://index.docker.io/v2/": dial tcp 199.59.149.231:443: i/o timeout I1102 20:00:00.623092 12291 image.go:148] short name: myimage:latest I1102 20:00:00.634239 12291 image.go:173] found index.docker.io/library/myimage:latest locally: &{ref:{Repository:{Registry:{insecure:false registry:index.docker.io} repository:myimage} tag:latest original:myimage:latest} opener:0xc00048be30 tarballImage: id:0xc00054cfc0 once:{done:0 m:{state:0 sema:0}} err:}
I1102 20:00:00.634301 12291 cache.go:162] opening: /home/user/.minikube/cache/images/amd64/myimage
I1102 20:00:05.781088 12291 cache.go:96] cache image "myimage:latest" -> "/home/user/.minikube/cache/images/amd64/myimage" took 35.163316291s
I1102 20:00:05.783256 12291 out.go:177]
W1102 20:00:05.784850 12291 out.go:239] ❌ Exiting due to MK_CACHE_LOAD: Failed to cache and load images: save to dir: caching images: caching image "/home/user/.minikube/cache/images/amd64/myimage": write: unable to calculate manifest: blob sha256:ec1855414ecf42f3e2da6597f32d3a32f4f1bcb0435dc90fe1dd97a4018290c4 not found
使用的操作系统版本:Ubuntu 20.04.6 on WSL2
The text was updated successfully, but these errors were encountered:
重现问题所需的命令:minikube image load myimage
失败的命令的完整输出:
Exiting due to GUEST_IMAGE_LOAD: Failed to load image: save to dir: caching images: caching image "/home/user/.minikube/cache/images/amd64/myimage": write: unable to calculate manifest: blob sha256:ec1855414ecf42f3e2da6597f32d3a32f4f1bcb0435dc90fe1dd97a4018290c4 not found
minikube logs
命令的输出:I1102 19:59:30.623875 12291 config.go:182] Loaded profile config "minikube": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.26.3 I1102 19:59:30.623977 12291 cache.go:107] acquiring lock: {Name:mkdab692f4970e546ea977139807201741a3f00f Clock:{} Delay:500ms Timeout:10m0s Cancel:} I1102 19:59:30.624074 12291 image.go:134] retrieving image: myimage:latest
I1102 19:59:30.624079 12291 image.go:140] checking repository: index.docker.io/library/myimage W1102 20:00:00.621587 12291 image.go:147] remote: Get "https://index.docker.io/v2/": dial tcp 199.59.149.231:443: i/o timeout I1102 20:00:00.623092 12291 image.go:148] short name: myimage:latest I1102 20:00:00.634239 12291 image.go:173] found index.docker.io/library/myimage:latest locally: &{ref:{Repository:{Registry:{insecure:false registry:index.docker.io} repository:myimage} tag:latest original:myimage:latest} opener:0xc00048be30 tarballImage: id:0xc00054cfc0 once:{done:0 m:{state:0 sema:0}} err:}
I1102 20:00:00.634301 12291 cache.go:162] opening: /home/user/.minikube/cache/images/amd64/myimage
I1102 20:00:05.781088 12291 cache.go:96] cache image "myimage:latest" -> "/home/user/.minikube/cache/images/amd64/myimage" took 35.163316291s
I1102 20:00:05.783256 12291 out.go:177]
W1102 20:00:05.784850 12291 out.go:239] ❌ Exiting due to MK_CACHE_LOAD: Failed to cache and load images: save to dir: caching images: caching image "/home/user/.minikube/cache/images/amd64/myimage": write: unable to calculate manifest: blob sha256:ec1855414ecf42f3e2da6597f32d3a32f4f1bcb0435dc90fe1dd97a4018290c4 not found
使用的操作系统版本:Ubuntu 20.04.6 on WSL2
The text was updated successfully, but these errors were encountered: