kubelet error when start a hypercontainer
Opened this issue · 2 comments
Deleted user commented
kubelet: E1107 15:02:08.750988 27959 remote_image.go:146] ImageFsInfo from image service failed: rpc error: code = Unknown desc = not implemented
kubelet: E1107 15:02:08.751139 27959 kubelet.go:1230] Image garbage collection failed multiple times in a row: rpc error: code = Unknown desc = not implemented
resouer commented
This error is expected.
Hypervisor based container runtime does not implement image fs operations now. It's in the roadmap of next two releases.
resouer commented
If you mean you can not start Pod, please reopen the issue and find out what's causing the pod start failure. Thanks!