Re: no items in "browse catalog" page

2016-08-17 Thread Ravi Kapoor
Thank you so much Cesar. Looks like that is exactly what I was facing. As commented in the defect log, I tried oc cluster up --version=v1.3.0-alpha.2 and that also works. P.S.: if any developers are here, I would suggest switch openshift docker distribution to start "oc cluster up" instead of

Re: no items in "browse catalog" page

2016-08-17 Thread Ravi Kapoor
Unfortunately I am no familiar enough to follow instructions such as "giving the API server to use the public key to verify tokens" Also this was more than a year ago, how come out of box version is unstable enough that it doesn't work on its own without fixes? Are there detailed instructions on

Re: no items in "browse catalog" page

2016-08-15 Thread Jonathan Yu
Hey Ravi, On Mon, Aug 15, 2016 at 8:35 PM, Ravi Kapoor wrote: > Thanks Jessica, that was helpful. I had to do following > > 1. oc cluster up > it gave error > Error: did not detect an --insecure-registry argument on the Docker daemon >Solution: > > Ensure that

Re: no items in "browse catalog" page

2016-08-15 Thread Ravi Kapoor
Thanks Jessica, that was helpful. I had to do following 1. oc cluster up it gave error Error: did not detect an --insecure-registry argument on the Docker daemon Solution: Ensure that the Docker daemon is running with the following argument: --insecure-registry 172.30.0.0/16 2.

Re: no items in "browse catalog" page

2016-08-15 Thread Jessica Forrester
So if you are just running a local dev cluster to try things out, I recommend using 'oc cluster up' instead, it will set up a lot for you, including all the example image streams and templates. If you want to add them in an existing cluster see step 10 here