Monday, 2022-04-25

kata-irc-bot<zhuxiaolong.cd> hello, I have a problem while testing kata-2.4 with kubernetes. kubectl show error events ```Events:   Type     Reason     Age   From               Message   ----     ------     ----  ----               -------   Normal   Scheduled  4s    default-scheduler  Successfully assigned default/nginx-kata to fedora   Normal   Pulling    3s    kubelet            Pulling image "nginx"   Warning  Failed     3s    kubelet           09:34
kata-irc-botFailed to pull image "nginx": rpc error: code = InvalidArgument desc = /grpc.Image/PullImage does not exist   Warning  Failed     3s    kubelet            Error: ErrImagePull   Normal   BackOff    3s    kubelet            Back-off pulling image "nginx"   Warning  Failed     3s    kubelet            Error: ImagePullBackOff``` But, start kata container via `ctr` command is working ```[root@fedora ~]# ctr run --runtime "io.containerd.kata.v2"09:34
kata-irc-bot--rm -t docker.io/library/busybox:latest test-kata sh / # / # uname -a Linux clr-496245a1608a489e9962ac4e4a60d769 5.15.26 #2 SMP Fri Apr 1 12:24:13 UTC 2022 x86_64 GNU/Linux / # exit [root@fedora ~]#```09:34
kata-irc-bot<eric.ernst> this seems like an issue with your snapshotter / image registry setup in Kubernetes.15:28

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!