On Mar 15, 2016 6:11 PM, "Clayton Coleman" <[email protected]> wrote: > > You're trying to pull the OpenShift v3 OSE images, but using the Origin version numbers. They are not the same - you'll need to use the OSE tag values. > > On Tue, Mar 15, 2016 at 6:00 PM, Tim Moor <[email protected]> wrote: >> >> Hi list, >> >> We’re trying to find a way to phase the roll out of the OpenShift updates through our various environments. >> >> Given that there seems to be conflicts when running mixed container versions, we’d like to pin an environment to or example v1.1.3. >> >> However, when updating the deployment config for the docker-registry as follows: >> >> - oc describe pod docker-registry-7-p2ue7 | grep image >> - image: registry.access.redhat.com/openshift3/ose-docker-registry:v1.1.3
If you are running OpenShift Enterprise, this shouldn't be needed, it should automatically pull the image related to the version of OpenShift installed. Also the upgrade playbooks will handle updating the registry and router images for you. If you are running Origin, you will probably want to run the router and registry commands passing in the --images tag to install the version that coincides with the origin release you are running. >> >> We’re getting the following errors: >> >> - Back-off pulling image " registry.access.redhat.com/openshift3/ose-docker-registry:v1.1.3” >> - Error syncing pod, skipping: failed to "StartContainer" for "registry" with ImagePullBackOff: "Back-off pulling image \" registry.access.redhat.com/openshift3/ose-docker-registry:v1.1.3\"" >> >> What have other’s done with regards to image versions and rolling out updates? >> >> Thanks >> >> Tim Moor >> m +64 22 100 4707 >> e [email protected] >> w www.spring.co.nz >> integrated business accelerator >> >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >> > > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
