Description of problem: The prerequisites playbook pre-pulls cri-o:latest image to all the nodes. It appears that the latest version of this image is either broken or does not work with 3.9. Regardless the install now fails with nodes not being able to start up. There was a new image pushed 2 days ago which now seems to cause the failure. This is similar - but NOT duplicate - to https://bugzilla.redhat.com/show_bug.cgi?id=1599605 Version-Release number of the following components: This happens on 3.9.31 and 3.9.33 (and I suspect earlier versions as well but didn't test). How reproducible: Every time. Steps to Reproduce: 1. Install OCP with CRI-O enabled 2. Install fails Actual results: journalctl -xe shows this: kuberuntime_manager.go:172] Get runtime version failed: rpc error: code = Unimplemented desc = unknown service runtime.RuntimeService Jul 20 08:45:26 master1.wk33.internal atomic-openshift-node[47894]: F0720 08:45:26.442358 47894 server.go:173] failed to run Kubelet: failed to create kubelet: rpc error: code = Unimplemented desc = unknown service runtime.RuntimeServ Jul 20 08:45:26 master1.wk33.internal systemd[1]: atomic-openshift-node.service: main process exited, code=exited, status=255/n/a Expected results: Additional info:
*** This bug has been marked as a duplicate of bug 1614916 ***