Description of problem: Failed to pull the image from registry disk: - name: registryvolume registryDisk: image: registry:5000/kubevirt/cirros-registry-disk-demo:devel I attempted to launch a VM from: https://raw.githubusercontent.com/kubevirt/kubevirt/master/cluster/examples/vm-cirros.yaml Events: Normal Pulling 6m (x3 over 6m) kubelet, cnv-executor-aditya-node1.example.com pulling image "registry:5000/kubevirt/cirros-registry-disk-demo:devel" Warning Failed 6m (x3 over 6m) kubelet, cnv-executor-aditya-node1.example.com Failed to pull image "registry:5000/kubevirt/cirros-registry-disk-demo:devel": rpc error: code = Unknown desc = pinging docker registry returned: Get https://registry:5000/v2/: dial tcp: lookup registry on 172.16.0.20:53: no such host Warning Failed 6m (x3 over 6m) kubelet, cnv-executor-aditya-node1.example.com Error: ErrImagePull Normal BackOff 5m (x4 over 6m) kubelet, cnv-executor-aditya-node1.example.com Back-off pulling image "registry:5000/kubevirt/cirros-registry-disk-demo:devel" Warning Failed 5m (x4 over 6m) kubelet, cnv-executor-aditya-node1.example.com Error: ImagePullBackOff Normal Scheduled 5m default-scheduler Successfully assigned test-project/virt-launcher-vm-fedora-z7fb8 to cnv-executor-aditya-node1.example.com Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. update the registry disk link "registry:5000/kubevirt/cirros-registry-disk-demo:devel" in yaml. 2. create a VM with yaml 3. start the VM Actual results: ImagePullBackOff Expected results: Running Additional info:
hi Because there is no registry created on you host, i thought this link in only used for dev. you can change it to: kubevirt/cirros-registry-disk-demo:latest and try again.