I've tried OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE env to test OCP...
with registry.svc.ci.openshift.org/ocp/release:4.3 but got a different issue now (even earlier):
- The webservice on the bootstrap node never comes up.
- The bootkube doesn't start because crio-configure doesn't start because release-image.service doesn't start.
- Running /usr/local/bin/release-image-download.sh shows the issue:
Pulling registry.svc.ci.openshift.org/ocp/release:4.3...
Error: error pulling image "registry.svc.ci.openshift.org/ocp/release:4.3": unable to pull registry.svc.ci.openshift.org/ocp/release:4.3: unable to pull image: Error initializing source docker://registry.svc.ci.openshift.org/ocp/release:4.3: Error reading manifest 4.3 in registry.svc.ci.openshift.org/ocp/release: unauthorized: authentication required
Pull failed. Retrying registry.svc.ci.openshift.org/ocp/release:4.3...
- I've checked the config.json and there's no auth token for this registry.
- So the master doesn't even get to the point where it gets the config.
I assume this is some kind of a workaround? I just want to basically install the same as would be on VMware vSphere so it feels odd having to use a different repo.
Am I blocked from using release-42 release-43 ... and can only use master?
If this is not a workaround it would be good the docs are updated (https://github.com/openshift/installer/blob/master/docs/dev/libvirt/README.md) as there's no way to figure this out.
/label platform/libvirt
Originally posted by @th3penguinwhisperer in #3030 (comment)
I've tried OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE env to test OCP...
with registry.svc.ci.openshift.org/ocp/release:4.3 but got a different issue now (even earlier):
I assume this is some kind of a workaround? I just want to basically install the same as would be on VMware vSphere so it feels odd having to use a different repo.
Am I blocked from using release-42 release-43 ... and can only use master?
If this is not a workaround it would be good the docs are updated (https://github.com/openshift/installer/blob/master/docs/dev/libvirt/README.md) as there's no way to figure this out.
/label platform/libvirt
Originally posted by @th3penguinwhisperer in #3030 (comment)