You'll definitely need to follow the upgrade documentation, in particular upgrading those two components are here but you should give the whole doc a read through. https://docs.openshift.org/latest/install_config/upgrading/manual_upgrades.html#upgrading-the-router https://docs.openshift.org/latest/install_config/upgrading/manual_upgrades.html#upgrading-the-registry
We also offer playbooks that automate this if you used ansible to install I'd suggest using those. https://docs.openshift.org/latest/install_config/upgrading/automated_upgrades.html -- Scott On Fri, Mar 18, 2016 at 9:51 AM, David Strejc <[email protected]> wrote: > I've already rebooted machines and everything seems to be allright now. > > I will edit dc for those two deployments. > > Thanks. > > David Strejc > t: +420734270131 > e: [email protected] > > On Fri, Mar 18, 2016 at 2:50 PM, Jason DeTiberus <[email protected]> > wrote: >> >> >> On Mar 18, 2016 9:29 AM, "David Strejc" <[email protected]> wrote: >> > >> > I've removed docker images from my machines and restarted >> > openshift-master and node processes >> > >> > On master (which is also node) where is HA-Proxy located I still got: >> > >> > openshift/origin-haproxy-router:v1.1.3 after docker cleanup >> > openshift/origin-docker-registry:v1.1.3 after docker cleanup >> > >> > I suppose I shold run some command for redeploying or upgrading to 1.1.4 >> > after upgrade of OS? >> >> These can be updated by using 'oc edit dc <dc name>' >> >> > >> > but pods are >> > >> > openshift/origin-pod:v1.1.4 on master and also on nodes. >> > >> > Now when I've delted docker images and docker processes and restarting >> > everything I got: >> > >> > Error: build error: timeout while waiting for remote repository >> > "https://github.com/david-strejc/nginx.git" >> >> It sounds like there may be some network issues present. >> >> I would try the following: >> systemctl stop origin-node docker openvswitch >> >> systemctl start origin-node >> >> If that doesn't do the trick, I would suggest the network troubleshooting >> guide next. >> >> > >> > When I try to build from my dockerfile repo. >> > >> > >> > David Strejc >> > t: +420734270131 >> > e: [email protected] >> > >> > On Fri, Mar 18, 2016 at 2:05 PM, David Strejc <[email protected]> >> > wrote: >> >> >> >> Image which won't start was my simplest Nginx from this repo: >> >> >> >> https://github.com/david-strejc/nginx/blob/master/Dockerfile >> >> >> >> Just openshift/centos7 with nginx and telnet and one html page. But I >> >> suppose this was because of docker upgrade. >> >> >> >> When I've rebuilded image Open Shift said that it cannot push image due >> >> to i/o timeout error. >> >> >> >> >> >> David Strejc >> >> t: +420734270131 >> >> e: [email protected] >> >> >> >> On Fri, Mar 18, 2016 at 1:59 PM, Clayton Coleman <[email protected]> >> >> wrote: >> >>> >> >>> Which old docker images won't start, and what error do they have? >> >>> What errors in the registry logs for the push error? >> >>> >> >>> On Mar 18, 2016, at 8:40 AM, David Strejc <[email protected]> >> >>> wrote: >> >>> >> >>>> I've updated my testing system just with yum update (I don't know if >> >>>> this is recommended approach - this is what I am asking) and after >> >>>> restarting of origin-nodes and master and also restarting docker master >> >>>> web >> >>>> UI and kubernetes seemed to work but old docker images won't start and >> >>>> also >> >>>> image push failed wit i/o error. >> >>>> >> >>>> Is this my fault somehow? Should I use different approach to upgrade >> >>>> my systems? Is this caused by migration to docker 1.9.1 and Open Shift >> >>>> 1.1.4 >> >>>> at the same time? >> >>>> >> >>>> Thanks for advices! >> >>>> David Strejc >> >>>> t: +420734270131 >> >>>> e: [email protected] >> >>>> >> >>>> _______________________________________________ >> >>>> 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 > _______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
