Description of problem: When deploying kubevirt from kubevirt-apb, it fails to deploy CDI due to wrong image prefix. Version-Release number of selected component (if applicable): kubevirt-apb 1.2-3 How reproducible: 100% Steps to Reproduce: 1. deploy kubevirt-apb 1.2-3 2. wait until virt containers rolls out Actual results: CDI container is stuck in ImagePullBackOff state because image prefix is wrong. It should be cnv12-tech-preview instead of kubevirt. - image: kubevirt/virt-cdi-controller:v1.1.1 imageID: "" lastState: {} name: cdi-controller ready: false restartCount: 0 state: waiting: message: Back-off pulling image "kubevirt/virt-cdi-controller:v1.1.1" reason: ImagePullBackOff hostIP: 172.16.0.18 phase: Pending podIP: 10.130.0.27 qosClass: BestEffort startTime: 2018-09-20T10:41:35Z Expected results: virt-cdi-controller pod is running Additional info:
Could you try with this updated build? https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=770350
``` golden-images cdi-deployment-686b59785d-dgr59 1/1 Running 0 1m ``` ``` [cloud-user@cnv-executor-lbednar-master1 ~]$ oc get pods --all-namespaces -o yaml | grep image: | grep cdi image: cnv12-tech-preview/virt-cdi-controller:1.2 image: brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/cnv12-tech-preview/virt-cdi-controller:1.2 ``` Verified with kubevirt-apb 1.2-4