> It looks like you somehow got 3.9 the second time. Those messages come form > the web console proxy, which is only in 3.9 [1]. Can you double check `oc > version` after the second cluster up? > > [1] > https://github.com/openshift/origin/pull/17862/commits/7e44f156eb93532b4e8f9e8e15397e4e14f6ccd8 >
Hmmm.. yes, strange: $ oc version oc v3.8.0-alpha.1+da8fb58-73 kubernetes v1.8.5+440f8d36da features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://127.0.0.1:8443 openshift v3.9.0-alpha.4+53d15ef-378 kubernetes v1.9.1+a0ce1bc657 It seems immediately after my build, "oc cluster up --version=latest" uses the images I built, 3.8, which is what I want. But if I shutdown and re-run "oc cluster up --version=latest" for some reason the "latest" images aren't the ones I recently built - 3.8 - but instead its pulling the actual 3.9 latest (I did NOT build those on my machine). How can I tell it to not do that :) I want it to always use the locally built images, not to pull down from a remote docker repo the true latest? > On Fri, Feb 16, 2018 at 5:48 PM, John Mazzitelli < [email protected] > wrote: > > Anyone see this behavior or know what it means? > > I have git cloned openshift-origin and I am building the release-3.8 branch > via: > > hack/env make clean build > hack/build-local-images.py > > I then run oc cluster up to get it to start: > > oc cluster up --version=latest > > I use version latest because build-local-images.py tags them with "latest". I > can confirm I am running 3.8: > > $ oc version > oc v3.8.0-alpha.1+da8fb58-73 > kubernetes v1.8.5+440f8d36da > features: Basic-Auth GSSAPI Kerberos SPNEGO > > Server https://127.0.0.1:8443 > openshift v3.8.0-alpha.1+da8fb58-73 > kubernetes v1.8.5+440f8d36da > > OK, so everything starts fine, and I can get the OS webconsole nicely. > > I then "oc cluster down" and start it back up with the above oc cluster > command a second time. > > Thereafter, I cannot get the webconsole - the browser just shows me these two > lines: > > missing service (service "webconsole" not found) > missing route (service "webconsole" not found) > > I don't understand why the first time I run after a build, it works fine, but > after stopping and starting it the web console disappears?? > > _______________________________________________ > 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
